Skip to content

Commit 9f76e17

Browse files
committed
Always using sphinx RTD theme
1 parent 08f2437 commit 9f76e17

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

docs/conf.py

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -92,16 +92,7 @@
9292

9393
# The theme to use for HTML and HTML Help pages. See the documentation for
9494
# 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'
95+
html_theme = 'sphinx_rtd_theme'
10596

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

0 commit comments

Comments
 (0)