Skip to content

Commit 3ef81e5

Browse files
committed
try to fix theme
1 parent 1952530 commit 3ef81e5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/source/conf.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,7 @@
9191

9292
# The theme to use for HTML and HTML Help pages. See the documentation for
9393
# a list of builtin themes.
94-
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
95-
if on_rtd:
96-
html_theme = 'default'
97-
else:
98-
html_theme = 'nature'
94+
html_theme = 'default'
9995

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

0 commit comments

Comments
 (0)