Skip to content

Commit bd10fba

Browse files
committed
docs: Use sphinx 5.2 instead of sphinx_toctree_autodoc_fix
1 parent d8ff8cd commit bd10fba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/conf.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"sphinxext.rediraffe",
3636
"myst_parser",
3737
"linkify_issues",
38-
"sphinx_toctree_autodoc_fix",
3938
]
4039
myst_enable_extensions = [
4140
"colon_fence",
@@ -94,6 +93,9 @@
9493
]
9594
}
9695

96+
# sphinx.ext.autodoc
97+
toc_object_entries_show_parents = "hide"
98+
9799
# linkify_issues
98100
issue_url_tpl = f'{about["__github__"]}/issues/{{issue_id}}'
99101

0 commit comments

Comments
 (0)