Commit 91d7214
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 faca3dc commit 91d7214
1 file changed
Lines changed: 3 additions & 0 deletions
| 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