Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkroorda committed Sep 23, 2015
1 parent 75e94fd commit 190c89b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
import sphinx_rtd_theme
html_theme = 'sphinx_rtd_theme'
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
else html_theme = 'default'
else:
html_theme = 'default'

html_static_path = ['_static']
html_domain_indices = True
Expand Down

0 comments on commit 190c89b

Please sign in to comment.