File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 2626
2727# Add any Sphinx extension module names here, as strings. They can be
2828# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
29- extensions = ['sphinx.ext.autodoc' , 'sphinx.ext.coverage' ,
30- 'sphinx.ext.ifconfig' ]
29+ extensions = ['sphinx.ext.autodoc' ,
30+ 'sphinx.ext.coverage' ,
31+ 'sphinx.ext.ifconfig' ,
32+ 'sphinx_rtd_theme' ,
33+ ]
3134
3235# Add any paths that contain templates here, relative to this directory.
3336templates_path = ['_templates' ]
@@ -118,7 +121,7 @@ def get_version():
118121
119122# The theme to use for HTML and HTML Help pages. See the documentation for
120123# a list of builtin themes.
121- html_theme = 'sphinxdoc '
124+ html_theme = 'sphinx_rtd_theme '
122125
123126# Theme options are theme-specific and customize the look and feel of a theme
124127# further. For a list of options available for each theme, see the
You can’t perform that action at this time.
0 commit comments