Skip to content

Commit

Permalink
* Use the rtd theme for documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgroff committed Mar 18, 2017
1 parent ef8b2c2 commit 8ad3c0a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,22 +79,23 @@


# -- Options for HTML output ----------------------------------------------
import sphinx_rtd_theme

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'alabaster'
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 = {}
html_theme_options = {'canonical_url': 'http://kala-app.readthedocs.io/en/latest/'}

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_static_path = [sphinx_rtd_theme.get_html_theme_path()]


# -- Options for HTMLHelp output ------------------------------------------
Expand Down

0 comments on commit 8ad3c0a

Please sign in to comment.