Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Commit

Permalink
DOC just use classic theme always
Browse files Browse the repository at this point in the history
  • Loading branch information
superbobry committed Dec 11, 2015
1 parent ceafc16 commit ae26b46
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,16 +141,6 @@ def find_source():

## Read the docs style:
html_theme = 'classic'
if os.environ.get('READTHEDOCS') != 'True':
try:
import sphinx_rtd_theme
except ImportError:
pass # assume we have sphinx >= 1.3
else:
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
html_theme = 'sphinx_rtd_theme'
def setup(app):
app.add_stylesheet("fix_rtd.css")

# 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 ae26b46

Please sign in to comment.