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 2828
2929# Add any Sphinx extension module names here, as strings. They can be extensions
3030# 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' ]
3232
3333# Add any paths that contain templates here, relative to this directory.
3434templates_path = ['_templates' ]
9494
9595# The theme to use for HTML and HTML Help pages. See the documentation for
9696# a list of builtin themes.
97- html_theme = 'default'
97+ html_theme = "sphinx_rtd_theme"
9898
9999# Theme options are theme-specific and customize the look and feel of a theme
100100# further. For a list of options available for each theme, see the
You can’t perform that action at this time.
0 commit comments