Skip to content

Commit

Permalink
Merge pull request #1026 from xylar/fix-version-side-bar
Browse files Browse the repository at this point in the history
Fix docs config for version side bar
  • Loading branch information
xylar authored Oct 19, 2024
2 parents 8a64bba + a760dc6 commit 4d9248d
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,16 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'sphinx.ext.intersphinx',
'sphinx.ext.mathjax',
'sphinx.ext.viewcode',
'sphinx.ext.napoleon']

# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]
extensions = [
'sphinx_rtd_theme',
'sphinx_multiversion',
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'sphinx.ext.intersphinx',
'sphinx.ext.mathjax',
'sphinx.ext.viewcode',
'sphinx.ext.napoleon'
]

autosummary_generate = True

Expand Down

0 comments on commit 4d9248d

Please sign in to comment.