Skip to content

Commit

Permalink
try messing with autodoc settings
Browse files Browse the repository at this point in the history
Suggested in olgarithms/sphinx-tutorial#14

Signed-off-by: nstarman <[email protected]>
  • Loading branch information
nstarman committed Jan 11, 2024
1 parent 9029b1d commit 31f51e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@
# Turn off table of contents entries for functions and classes
toc_object_entries = False

autodoc_default_options = {"ignore-module-all": True}

# -- Project information ------------------------------------------------------

project = "Astropy"
Expand Down

0 comments on commit 31f51e5

Please sign in to comment.