Skip to content

Commit fb35d7a

Browse files
committed
Merge pull request #698 from dhermes/fix-broken-docs-build-march-11
Updating Sphinx theme from default to classic.
2 parents 8ac28d1 + 00dd7cd commit fb35d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
# The theme to use for HTML and HTML Help pages. See the documentation for
9898
# a list of builtin themes.
9999

100-
html_theme = 'default'
100+
html_theme = 'classic'
101101

102102
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
103103
if on_rtd:

0 commit comments

Comments
 (0)