File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
29
29
# Add any Sphinx extension module names here, as strings. They can be extensions
30
30
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
31
- extensions = ['sphinx.ext.intersphinx' , 'sphinx.ext.ifconfig' , 'sphinx.ext.todo' ]
31
+ extensions = ['sphinx.ext.intersphinx' , 'sphinx.ext.ifconfig' , 'sphinx.ext.todo' , 'sphinx_rtd_theme' ]
32
32
33
33
# Add any paths that contain templates here, relative to this directory.
34
34
templates_path = ['_templates' ]
94
94
95
95
# The theme to use for HTML and HTML Help pages. See the documentation for
96
96
# a list of builtin themes.
97
- html_theme = 'default'
97
+ html_theme = "sphinx_rtd_theme"
98
98
99
99
# Theme options are theme-specific and customize the look and feel of a theme
100
100
# further. For a list of options available for each theme, see the
You can’t perform that action at this time.
0 commit comments