Skip to content

Commit

Permalink
build(deps): Bump sphinx to 5.2, use toc + autodoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Sep 24, 2022
1 parent c2f17c8 commit bab4958
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -32,7 +32,6 @@
"sphinxext.opengraph",
"sphinxext.rediraffe",
"myst_parser",
"sphinx_toctree_autodoc_fix",
"linkify_issues",
]
myst_enable_extensions = [
Expand Down Expand Up @@ -98,6 +97,7 @@
# sphinx.ext.autodoc
autoclass_content = "both"
autodoc_member_order = "bysource"
toc_object_entries_show_parents = "hide"

# sphinx-autodoc-typehints
autodoc_typehints = "description" # show type hints in doc body instead of signature
Expand Down
26 changes: 13 additions & 13 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bab4958

Please sign in to comment.