Commit a51da3e
committed
docs/conf.py(fix): disable param type injection for autodoc
why: sphinx-autodoc-typehints injecting :type: fields causes RST
"Unexpected indentation" errors with Napoleon-processed docstrings
what:
- Set always_document_param_types = False
- Complements existing autodoc_typehints = "signature" setting1 parent 84b167d commit a51da3e
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
123 | 126 | | |
124 | 127 | | |
125 | 128 | | |
| |||
0 commit comments