Skip to content

Commit aac129d

Browse files
committed
New Sphinx theme for docs
1 parent ae15d2e commit aac129d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def setup(app):
4343
"sphinx.ext.todo",
4444
"sphinx.ext.imgmath",
4545
"sphinx.ext.viewcode",
46+
"sphinx_rtd_theme",
4647
]
4748

4849
# Add any paths that contain templates here, relative to this directory.
@@ -119,7 +120,7 @@ def setup(app):
119120

120121
# The theme to use for HTML and HTML Help pages. See the documentation for
121122
# a list of builtin themes.
122-
html_theme = "default"
123+
html_theme = "sphinx_rtd_theme"
123124

124125
# Theme options are theme-specific and customize the look and feel of a theme
125126
# further. For a list of options available for each theme, see the

0 commit comments

Comments
 (0)