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 08f2437 commit 9f76e17Copy full SHA for 9f76e17
docs/conf.py
@@ -92,16 +92,7 @@
92
93
# The theme to use for HTML and HTML Help pages. See the documentation for
94
# a list of builtin themes.
95
-on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
96
-if on_rtd:
97
- html_theme = 'classic'
98
-else:
99
- #html_theme = 'agogo'
100
- html_theme = 'alabaster'
101
- #html_theme = 'scrolls'
102
- #html_theme = 'nature'
103
- #html_theme = 'haiku'
104
- #html_theme = 'pyramid'
+html_theme = 'sphinx_rtd_theme'
105
106
# Theme options are theme-specific and customize the look and feel of a theme
107
# further. For a list of options available for each theme, see the
0 commit comments