Author: Alex Gaynor <[email protected]>
Branch:
Changeset: r71654:75d6b6f37ddd
Date: 2014-05-21 14:28 -0700
http://bitbucket.org/pypy/pypy/changeset/75d6b6f37ddd/
Log: four space indent
diff --git a/pypy/doc/conf.py b/pypy/doc/conf.py
--- a/pypy/doc/conf.py
+++ b/pypy/doc/conf.py
@@ -25,13 +25,13 @@
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
if not on_rtd: # only import and set the theme if we're building docs locally
- try:
- import sphinx_rtd_theme
- html_theme = 'sphinx_rtd_theme'
- html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
- except ImportError:
- print('sphinx_rtd_theme is not installed')
- html_theme = 'default'
+ try:
+ import sphinx_rtd_theme
+ html_theme = 'sphinx_rtd_theme'
+ html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
+ except ImportError:
+ print('sphinx_rtd_theme is not installed')
+ html_theme = 'default'
# otherwise, readthedocs.org uses their theme by default, so no need to
specify it
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit