summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-10-29 12:51:55 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-10-29 12:51:55 -0400
commit03fc4dbc92502c16d1ad53bd45b3d71b6c97ebd2 (patch)
tree85b532ea0938d6206c17d85406541698e7d381e7 /docs
parente36d8655d8db26bd0c78c49d0b8e4724bf8b077a (diff)
downloadcherrypy-git-03fc4dbc92502c16d1ad53bd45b3d71b6c97ebd2.tar.gz
Just follow the style guide
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index be977120..c3e83ce4 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -165,7 +165,9 @@ def mock_pywin32():
]
for mod_name in MOCK_MODULES:
sys.modules[mod_name] = mock.MagicMock()
-mock_pywin32() # noqa: E305
+
+
+mock_pywin32()
link_files = {
'../CHANGES.rst': dict(