Skip to content

Commit

Permalink
add class links to docs ipynb, change docs sorting for readthedocs/sp…
Browse files Browse the repository at this point in the history
…hinx
  • Loading branch information
ericfell committed Jan 20, 2024
1 parent e354364 commit ed24f89
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 35 deletions.
6 changes: 4 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration



extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.viewcode',
Expand All @@ -35,9 +34,12 @@
exclude_patterns = []



# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = "sphinx_rtd_theme"
html_static_path = ['_static']

# sort documentation by source code order (not alphabetically)
# https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html#confval-autodoc_member_order
autodoc_member_order = 'bysource'
Loading

0 comments on commit ed24f89

Please sign in to comment.