Commit 62bc6a6
committed
docs(conf): Suppress sphinx-autodoc-typehints forward reference warnings
why: Forward references in TYPE_CHECKING blocks cannot be resolved at
doc build time, causing ~69 warnings that obscure other issues
what:
- Add suppress_warnings config to hide forward_reference warnings
- These warnings are cosmetic - types like Self, Server, Session are
used as string forward references to avoid circular imports1 parent 143b42c commit 62bc6a6
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
124 | 130 | | |
125 | 131 | | |
126 | 132 | | |
| |||
0 commit comments