Skip to content

Commit a4f2145

Browse files
committed
docs: add sphinx rtd theme
1 parent 937d9a7 commit a4f2145

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
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.
3434
templates_path = ['_templates']
@@ -94,7 +94,7 @@
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

0 commit comments

Comments
 (0)