We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 343422a commit bd2c3f5Copy full SHA for bd2c3f5
docs/conf.py
@@ -100,14 +100,16 @@
100
101
# -- Options for HTML output ----------------------------------------------
102
103
+import sphinx_rtd_theme
104
+
105
# The theme to use for HTML and HTML Help pages. See the documentation for
106
# a list of builtin themes.
-html_theme = 'default'
107
+html_theme = 'sphinx_rtd_theme'
108
109
# Theme options are theme-specific and customize the look and feel of a theme
110
# further. For a list of options available for each theme, see the
111
# documentation.
-#html_theme_options = {}
112
+html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
113
114
# Add any paths that contain custom themes here, relative to this directory.
115
#html_theme_path = []
0 commit comments