We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c15bc3f commit 11139d1Copy full SHA for 11139d1
docs/conf.py
@@ -17,6 +17,7 @@
17
extensions = [
18
'sphinx.ext.autodoc',
19
'sphinx.ext.viewcode',
20
+ 'sphinx_rtd_theme',
21
]
22
23
# Add any paths that contain templates here, relative to this directory.
@@ -87,7 +88,7 @@
87
88
89
# The theme to use for HTML and HTML Help pages. See the documentation for
90
# a list of builtin themes.
-html_theme = 'default'
91
+html_theme = 'sphinx_rtd_theme'
92
93
# Theme options are theme-specific and customize the look and feel of a theme
94
# further. For a list of options available for each theme, see the
0 commit comments