Skip to content

Commit 22d3a1a

Browse files
committed
fix theming
1 parent 2454d73 commit 22d3a1a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
extensions = [
3939
'sphinx.ext.autodoc',
4040
'sphinx.ext.mathjax',
41+
'sphinx_rtd_theme',
4142
]
4243

4344
# Add any paths that contain templates here, relative to this directory.
@@ -108,7 +109,7 @@
108109

109110
# The theme to use for HTML and HTML Help pages. See the documentation for
110111
# a list of builtin themes.
111-
html_theme = 'default'
112+
html_theme = 'sphinx_rtd_theme'
112113

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

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ ply
88
pytest
99
pytest-runner==5.2.0
1010
sphinx
11+
sphinx_rtd_theme
1112
twine
1213
wheel

0 commit comments

Comments
 (0)