aboutsummaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorDanny Hermes <daniel.j.hermes@gmail.com>2015-08-20 11:29:44 -0700
committerDanny Hermes <daniel.j.hermes@gmail.com>2015-08-21 08:06:04 -0700
commita97dadfc3f3e26a921f9be206a1f58dfcaf0d84e (patch)
tree4645d32107d1db148dc6c9ce75dab661f1c624eb /docs/conf.py
parent119f5b57fe2801e3eee51dd4fba8c12de3eefe59 (diff)
downloadoauth2client-a97dadfc3f3e26a921f9be206a1f58dfcaf0d84e.tar.gz
Manually pep8ify-ing all files not in tests/ or oauth2client/.
Found the files via: $ git ls-files '*py' | egrep -v \'^tests/\' | egrep -v '^oauth2client/'
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py42
1 files changed, 21 insertions, 21 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 13c2ba0..46fdd87 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -42,33 +42,33 @@ exclude_patterns = ['_build']
# been installed run `pip install -r docs/requirements.txt`.
import django
if django.VERSION[1] < 7:
- sys.path.insert(0, '.')
- os.environ['DJANGO_SETTINGS_MODULE'] = 'django_settings'
+ sys.path.insert(0, '.')
+ os.environ['DJANGO_SETTINGS_MODULE'] = 'django_settings'
# -- Options for HTML output ----------------------------------------------
# We want to set the RTD theme, but not if we're on RTD.
if os.environ.get('READTHEDOCS', None) == 'True':
- # Download the GAE SDK if we are building on READTHEDOCS.
- docs_dir = os.path.dirname(os.path.abspath(__file__))
- root_dir = os.path.abspath(os.path.join(docs_dir, '..'))
- gae_dir = os.path.join(root_dir, 'google_appengine')
- if not os.path.isdir(gae_dir):
- scripts_dir = os.path.join(root_dir, 'scripts')
- sys.path.append(scripts_dir)
- import fetch_gae_sdk
- # The first argument is the script name and the second is
- # the destination dir (where google_appengine is downloaded).
- result = fetch_gae_sdk.main([None, root_dir])
- if result not in (0, None):
- sys.stderr.write('Result failed %d\n' % (result,))
- sys.exit(result)
- # Allow imports from the GAE directory as well.
- sys.path.append(gae_dir)
+ # Download the GAE SDK if we are building on READTHEDOCS.
+ docs_dir = os.path.dirname(os.path.abspath(__file__))
+ root_dir = os.path.abspath(os.path.join(docs_dir, '..'))
+ gae_dir = os.path.join(root_dir, 'google_appengine')
+ if not os.path.isdir(gae_dir):
+ scripts_dir = os.path.join(root_dir, 'scripts')
+ sys.path.append(scripts_dir)
+ import fetch_gae_sdk
+ # The first argument is the script name and the second is
+ # the destination dir (where google_appengine is downloaded).
+ result = fetch_gae_sdk.main([None, root_dir])
+ if result not in (0, None):
+ sys.stderr.write('Result failed %d\n' % (result,))
+ sys.exit(result)
+ # Allow imports from the GAE directory as well.
+ sys.path.append(gae_dir)
else:
- import sphinx_rtd_theme
- html_theme = 'sphinx_rtd_theme'
- html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
+ import sphinx_rtd_theme
+ html_theme = 'sphinx_rtd_theme'
+ html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
# The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32