We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae15d2e commit aac129dCopy full SHA for aac129d
docs/conf.py
@@ -43,6 +43,7 @@ def setup(app):
43
"sphinx.ext.todo",
44
"sphinx.ext.imgmath",
45
"sphinx.ext.viewcode",
46
+ "sphinx_rtd_theme",
47
]
48
49
# Add any paths that contain templates here, relative to this directory.
@@ -119,7 +120,7 @@ def setup(app):
119
120
121
# The theme to use for HTML and HTML Help pages. See the documentation for
122
# a list of builtin themes.
-html_theme = "default"
123
+html_theme = "sphinx_rtd_theme"
124
125
# Theme options are theme-specific and customize the look and feel of a theme
126
# further. For a list of options available for each theme, see the
0 commit comments