DOC: Use default theme on readthedocs.com

This commit is contained in:
Kelsey Jordahl
2013-10-27 21:22:21 -04:00
parent 53f669a8c3
commit 3422c7570a
+4 -1
View File
@@ -93,7 +93,10 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'nature'
if os.environ.get('READTHEDOCS', None) == 'True':
html_theme = 'default'
else:
html_theme = 'nature'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the