Skip to content

Commit

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


# -- 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 = 'sphinx_rtd_theme'
html_theme = 'default'

# 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 = {'canonical_url': 'http://kala-app.readthedocs.io/en/latest/'}
#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 = [sphinx_rtd_theme.get_html_theme_path()]
html_static_path = []


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

0 comments on commit 22af5db

Please sign in to comment.