Skip to content

Commit

Permalink
Play with Numpydoc options
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenain committed Aug 22, 2024
1 parent b0f272a commit ab7e672
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 @@ -64,6 +64,8 @@
# autodoc_typehints = "description" # Sphinx-native method. Not as good as
# sphinx_autodoc_typehints
add_module_names = False # Remove namespaces from class/method signatures
numpydoc_show_class_members = False
numpydoc_show_inherited_class_members = False
# cf. https://stackoverflow.com/a/73294408:
numpydoc_class_members_toctree = False

Expand Down

0 comments on commit ab7e672

Please sign in to comment.