Readthedocs fixes

This commit is contained in:
Martin Mahner 2013-12-18 11:32:25 +01:00
parent be691b4b43
commit be4fa62bd7
2 changed files with 5 additions and 5 deletions

View file

@ -7,4 +7,4 @@ possible to be installed into an existing Django project like a regular app.
You can find a live example on http://dpaste.de/ You can find a live example on http://dpaste.de/
Further documentation can be found here: Further documentation can be found here: http://dpaste.readthedocs.org/en/latest/

View file

@ -96,11 +96,11 @@ pygments_style = 'sphinx'
# -- Options for HTML output ---------------------------------------------- # -- Options for HTML output ----------------------------------------------
if not os.environ.get('READTHEDOCS', None) == 'True':
import sphinx_rtd_theme import sphinx_rtd_theme
html_theme = "sphinx_rtd_theme" html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
# The theme to use for HTML and HTML Help pages. See the documentation for # The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes. # a list of builtin themes.
# html_theme = 'default' # html_theme = 'default'