Skip to content

Commit

Permalink
updated sphinx theme
Browse files Browse the repository at this point in the history
  • Loading branch information
damouse committed Jun 21, 2015
1 parent d9b66f1 commit 600d099
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
import os
import shlex

import sphinx_rtd_theme

html_theme = "sphinx_rtd_theme"

html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
Expand Down

0 comments on commit 600d099

Please sign in to comment.