Skip to content

Commit ac83893

Browse files
committed
-
1 parent 977bbff commit ac83893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@
9090
# on_rtd is whether we are on readthedocs.org, this line of code grabbed from docs.readthedocs.org
9191
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
9292

93+
html_theme = 'sphinx_rtd_theme'
9394
if not on_rtd: # only import and set the theme if we're building docs locally
9495
import sphinx_rtd_theme
95-
html_theme = 'sphinx_rtd_theme'
9696
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
9797

9898
# Add any paths that contain custom static files (such as style sheets) here,

0 commit comments

Comments
 (0)