Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Commit

Permalink
Silent Documentation Update 4.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkroorda committed Sep 23, 2015
1 parent c84af1b commit fa0d589
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,15 @@
add_module_names = False
pygments_style = 'sphinx'
autoclass_content = 'both'
#templates_path = ['_templates']

# -- Options for HTML output ----------------------------------------------

on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
if not on_rtd:
import sphinx_rtd_theme
templates_path = ['_templates']
html_theme = 'sphinx_rtd_theme'
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
else:
html_theme = 'classic'

html_static_path = ['_static']
html_domain_indices = True
Expand Down

0 comments on commit fa0d589

Please sign in to comment.