Skip to content

Commit 4d9248d

Browse files
authored
Merge pull request #1026 from xylar/fix-version-side-bar
Fix docs config for version side bar
2 parents 8a64bba + a760dc6 commit 4d9248d

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

docs/conf.py

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,16 @@
3535
# Add any Sphinx extension module names here, as strings. They can be
3636
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3737
# ones.
38-
extensions = ['sphinx.ext.autodoc',
39-
'sphinx.ext.autosummary',
40-
'sphinx.ext.intersphinx',
41-
'sphinx.ext.mathjax',
42-
'sphinx.ext.viewcode',
43-
'sphinx.ext.napoleon']
44-
45-
# Add any paths that contain templates here, relative to this directory.
46-
templates_path = ["_templates"]
38+
extensions = [
39+
'sphinx_rtd_theme',
40+
'sphinx_multiversion',
41+
'sphinx.ext.autodoc',
42+
'sphinx.ext.autosummary',
43+
'sphinx.ext.intersphinx',
44+
'sphinx.ext.mathjax',
45+
'sphinx.ext.viewcode',
46+
'sphinx.ext.napoleon'
47+
]
4748

4849
autosummary_generate = True
4950

0 commit comments

Comments
 (0)