Read the docs will always default to their theme, no need to explicitly define it there

This commit is contained in:
Ammar Askar 2015-04-02 21:14:44 +05:00
parent b021bab08b
commit 0347894fd8
1 changed files with 0 additions and 2 deletions

View File

@ -127,8 +127,6 @@ if os.environ.get("READTHEDOCS", "") != "True":
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
except ImportError:
html_theme = "classic"
else:
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