summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-09-10 23:45:43 -0700
committerGael Pasgrimaud <gael@gawel.org>2018-09-22 12:52:16 +0200
commit7f360d4d7cd2342c8b833ec3d14f3b8801da97d1 (patch)
tree0a91e350c22a4751707645b9ee816cbdc06aaa02
parent70a0cd584aa3cff8dec4b8953dfd4203e0a401c5 (diff)
downloadwebtest-7f360d4d7cd2342c8b833ec3d14f3b8801da97d1.tar.gz
PEP8
-rw-r--r--docs/conf.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index c1b60e1..ae0fb9e 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -27,7 +27,11 @@ import pylons_sphinx_themes
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'sphinx.ext.intersphinx']
+extensions = [
+ 'sphinx.ext.autodoc',
+ 'sphinx.ext.intersphinx',
+ 'sphinx.ext.viewcode',
+]
intersphinx_mapping = {
'python': ('https://docs.python.org/3/', None),