Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
briney committed Oct 18, 2024
1 parent b722225 commit 1ce6376
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@

autosummary_generate = True
autodoc_member_order = "bysource"
# autodoc_default_flags = ['members']
autodoc_default_options = {"imported-members": True}
napoleon_google_docstring = False
napoleon_numpy_docstring = True
napoleon_include_init_with_doc = False
Expand Down Expand Up @@ -315,3 +313,4 @@
autoclass_content = "both"
autodoc_member_order = "bysource"
autodoc_default_flags = ["members"]
autodoc_default_options = {"imported-members": True}

0 comments on commit 1ce6376

Please sign in to comment.