Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bab4958

Browse filesBrowse 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
Copy full SHA for bab4958

File tree

Expand file treeCollapse file tree

2 files changed

+14
-14
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+14
-14
lines changed

‎docs/conf.py

Copy file name to clipboardExpand all lines: docs/conf.py
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: poetry.lock
+13-13Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.