Commit 2409ee6
committed
docs/conf.py(fix): disable rtype injection for autodoc
why: Injected :rtype: fields cause RST parsing conflicts with
Napoleon-processed docstrings
what:
- Set typehints_document_rtype = False
- Ensures all type hints appear in signature only, not docstring body1 parent 91d7214 commit 2409ee6
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| 126 | + | |
| 127 | + | |
126 | 128 | | |
127 | 129 | | |
128 | 130 | | |
| |||
0 commit comments