Skip to content

Commit 305253c

Browse files
committed
build(deps): Bump sphinx 5.2, use autodoc ToC improvement
1 parent b0f67c5 commit 305253c

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
"sphinxext.opengraph",
3535
"sphinxext.rediraffe",
3636
"myst_parser",
37-
"sphinx_toctree_autodoc_fix",
3837
"linkify_issues",
3938
]
4039

@@ -98,6 +97,9 @@
9897
# linkify_issues
9998
issue_url_tpl = "https://github.com/tmux-python/tmuxp/issues/{issue_id}"
10099

100+
# sphinx.ext.autodoc
101+
toc_object_entries_show_parents = "hide"
102+
101103
# sphinxext.opengraph
102104
ogp_site_url = about["__docs__"]
103105
ogp_image = "_static/img/icons/icon-192x192.png"

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)