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 2454d73 commit 22d3a1aCopy full SHA for 22d3a1a
docs/conf.py
@@ -38,6 +38,7 @@
38
extensions = [
39
'sphinx.ext.autodoc',
40
'sphinx.ext.mathjax',
41
+ 'sphinx_rtd_theme',
42
]
43
44
# Add any paths that contain templates here, relative to this directory.
@@ -108,7 +109,7 @@
108
109
110
# The theme to use for HTML and HTML Help pages. See the documentation for
111
# a list of builtin themes.
-html_theme = 'default'
112
+html_theme = 'sphinx_rtd_theme'
113
114
# Theme options are theme-specific and customize the look and feel of a theme
115
# further. For a list of options available for each theme, see the
requirements.txt
@@ -8,5 +8,6 @@ ply
8
pytest
9
pytest-runner==5.2.0
10
sphinx
11
+sphinx_rtd_theme
12
twine
13
wheel
0 commit comments