Skip to content

Commit 08f2437

Browse files
committed
Merge branch 'sphinx-theme'
2 parents 2c4f4e0 + d6625eb commit 08f2437

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@
9494
# a list of builtin themes.
9595
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
9696
if on_rtd:
97-
html_theme = 'default'
97+
html_theme = 'classic'
9898
else:
9999
#html_theme = 'agogo'
100-
html_theme = 'sphinxdoc'
100+
html_theme = 'alabaster'
101101
#html_theme = 'scrolls'
102102
#html_theme = 'nature'
103103
#html_theme = 'haiku'

0 commit comments

Comments
 (0)