Commit ea99998
fix(docs): remove sphinx-autodoc-typehints to fix CI build failure
The extension injects :rtype: fields after the Examples section,
causing docutils to emit an "unexpected unindent" warning for methods
with Iterator return types + code-block examples (e.g. GrpcIndex.list).
sphinx.ext.autodoc's built-in autodoc_typehints="description" support
covers the same use case without the conflict.
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>1 parent 3668c47 commit ea99998
2 files changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
| |||
0 commit comments