Skip to content

Commit

Permalink
docs: update sphinx deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp15b committed Mar 14, 2024
1 parent 4797a8f commit 82e8a4d
Show file tree
Hide file tree
Showing 3 changed files with 782 additions and 743 deletions.
5 changes: 5 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
html_sidebars = {'**': ['simpletoctree.html']}
html_extra_path = [".nojekyll"]

# Do not show Python objects in the TOC tree, we have our own headings for
# everything. Not because we wanted to, but because this is a new feature in
# Sphinx that we didn't have when most of the documentation was written.
toc_object_entries = False

autodoc_default_options = {'members': True, 'undoc-members': True}
autodoc_member_order = "bysource"

Expand Down
Loading

0 comments on commit 82e8a4d

Please sign in to comment.