Skip to content

Commit

Permalink
docs: Use sphinx 5.2 instead of sphinx_toctree_autodoc_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Sep 24, 2022
1 parent d8ff8cd commit bd10fba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"sphinxext.rediraffe",
"myst_parser",
"linkify_issues",
"sphinx_toctree_autodoc_fix",
]
myst_enable_extensions = [
"colon_fence",
Expand Down Expand Up @@ -94,6 +93,9 @@
]
}

# sphinx.ext.autodoc
toc_object_entries_show_parents = "hide"

# linkify_issues
issue_url_tpl = f'{about["__github__"]}/issues/{{issue_id}}'

Expand Down

0 comments on commit bd10fba

Please sign in to comment.