Skip to content

Commit 11139d1

Browse files
committed
Enable sphinx_rtd_theme for read the docs
1 parent c15bc3f commit 11139d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/conf.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
extensions = [
1818
'sphinx.ext.autodoc',
1919
'sphinx.ext.viewcode',
20+
'sphinx_rtd_theme',
2021
]
2122

2223
# Add any paths that contain templates here, relative to this directory.
@@ -87,7 +88,7 @@
8788

8889
# The theme to use for HTML and HTML Help pages. See the documentation for
8990
# a list of builtin themes.
90-
html_theme = 'default'
91+
html_theme = 'sphinx_rtd_theme'
9192

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

0 commit comments

Comments
 (0)