Skip to content

Commit

Permalink
Use sphinx-rtd-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Riddell committed Mar 27, 2015
1 parent b7f9c68 commit e243d11
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions source/conf.py
Expand Up @@ -112,17 +112,11 @@

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = "nature"
import sphinx_rtd_theme

#html_theme_path = ['./themes/']
html_theme = "sphinx_rtd_theme"

# 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
# documentation.
#html_theme_options = {}

# Add any paths that contain custom themes here, relative to this directory.
#html_theme_path = []
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
Expand Down

0 comments on commit e243d11

Please sign in to comment.