Commit 502881d
committed
docs(conf): Add sphinx-autodoc-typehints config, suppress forward ref warnings
- Add always_document_param_types = True for consistent parameter docs
- Add typehints_use_rtype = False to embed return types inline
- Suppress sphinx_autodoc_typehints.forward_reference warnings for types
in TYPE_CHECKING blocks (used for circular import avoidance)
This eliminates ~26 forward reference warnings from the docs build.1 parent f028326 commit 502881d
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
122 | 132 | | |
123 | 133 | | |
124 | 134 | | |
| |||
0 commit comments