Skip to content

Commit

Permalink
Merge pull request #156 from jbouffard/docs-theme
Browse files Browse the repository at this point in the history
Change Theme to Read the Docs
  • Loading branch information
Jacob Bouffard committed May 3, 2017
2 parents c15fa1e + 83618e0 commit de6f8c2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/conf.py
Expand Up @@ -92,7 +92,10 @@
# a list of builtin themes.
#
#html_theme = 'alabaster'
html_theme = 'nature'

import sphinx_rtd_theme
html_theme = 'sphinx_rtd_theme'
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

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

0 comments on commit de6f8c2

Please sign in to comment.