summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2017-03-11 21:23:13 +0200
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2017-03-11 21:24:40 +0200
commit0e8f3f9ce9f3eda37b7ac096243bd523ba871840 (patch)
treecd8021be24e6e256e1593ea976b8237acc6a1c37 /docs/conf.py
parent59c3b8647996700ef235744856c4fb7fc0ebbe97 (diff)
downloadcherrypy-git-0e8f3f9ce9f3eda37b7ac096243bd523ba871840.tar.gz
PEP8fy codebase: eliminated E305 flake8 error
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index a096da3e..461be904 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -26,7 +26,7 @@ def try_import(mod_name):
except ImportError:
pass
-sphinx_rtd_theme = try_import('sphinx_rtd_theme')
+sphinx_rtd_theme = try_import('sphinx_rtd_theme') # noqa: E305
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
@@ -268,7 +268,7 @@ def mock_pywin32():
]
for mod_name in MOCK_MODULES:
sys.modules[mod_name] = mock.MagicMock()
-mock_pywin32()
+mock_pywin32() # noqa: E305
link_files = {
'../CHANGES.rst': dict(