Skip to content

Commit bab4958

Browse files
committed
build(deps): Bump sphinx to 5.2, use toc + autodoc fix
See also: - sphinx-doc/sphinx#6316 - sphinx-doc/sphinx#10807
1 parent c2f17c8 commit bab4958

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"sphinxext.opengraph",
3333
"sphinxext.rediraffe",
3434
"myst_parser",
35-
"sphinx_toctree_autodoc_fix",
3635
"linkify_issues",
3736
]
3837
myst_enable_extensions = [
@@ -98,6 +97,7 @@
9897
# sphinx.ext.autodoc
9998
autoclass_content = "both"
10099
autodoc_member_order = "bysource"
100+
toc_object_entries_show_parents = "hide"
101101

102102
# sphinx-autodoc-typehints
103103
autodoc_typehints = "description" # show type hints in doc body instead of signature

poetry.lock

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)