Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jameschapman19 committed Aug 15, 2023
1 parent d5ccfe3 commit d481b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"jaxlib": ("https://jax.readthedocs.io/en/latest/", None),
}

autodoc_default_options = {"members": True, "inherited-members": True}
autodoc_default_options = {"members": True, "inherited-members": True, "show-inheritance": True}

# generate autosummary even if no references
autosummary_generate = True
Expand Down

0 comments on commit d481b55

Please sign in to comment.