Skip to content

Commit

Permalink
Set readthedocs theme in docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBarendse authored and lamby committed Sep 10, 2017
1 parent 0b122d1 commit 88e99ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx']
html_title = "%s documentation" % project
html_static_path = []
html_theme = "sphinx_rtd_theme"
master_doc = 'index'
exclude_trees = ['_build']
templates_path = ['_templates']
Expand Down

0 comments on commit 88e99ca

Please sign in to comment.