Skip to content

Commit

Permalink
Remove custom bit from the config to see if it builds on RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
cheerfulstoic committed Mar 12, 2015
1 parent a3febc3 commit e88053e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@

# -- General configuration ------------------------------------------------

on_rtd = os.environ.get('READTHEDOCS', None) == 'True'

if not on_rtd:
import sphinx_rtd_theme
html_theme = 'sphinx_rtd_theme'
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

# If your documentation needs a minimal Sphinx version, state it here.
#needs_sphinx = '1.0'

Expand Down

0 comments on commit e88053e

Please sign in to comment.