Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
jameschapman19 committed Aug 15, 2023
2 parents 684139e + b17a1e9 commit 5973b08
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,11 @@
"jaxlib": ("https://jax.readthedocs.io/en/latest/", None),
}

autodoc_default_options = {"members": True, "inherited-members": True, "show-inheritance": 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 5973b08

Please sign in to comment.