Skip to content

Commit 9af8c89

Browse files
committed
build(deps): Bump sphinx 5.2, use autodoc ToC improvement
1 parent 61cd228 commit 9af8c89

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"sphinxext.opengraph",
3030
"sphinxext.rediraffe",
3131
"myst_parser",
32-
"sphinx_toctree_autodoc_fix",
3332
"linkify_issues",
3433
]
3534
myst_enable_extensions = [
@@ -95,6 +94,7 @@
9594
# sphinx.ext.autodoc
9695
autoclass_content = "both"
9796
autodoc_member_order = "bysource"
97+
toc_object_entries_show_parents = "hide"
9898

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

poetry.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)