Skip to content

Commit

Permalink
correct theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexodia committed Jun 17, 2016
1 parent 2f18e49 commit d2cfa1b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,12 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'alabaster'

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 d2cfa1b

Please sign in to comment.