summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAdam Turner <9087854+aa-turner@users.noreply.github.com>2022-02-20 00:23:29 +0000
committerAdam Turner <9087854+aa-turner@users.noreply.github.com>2022-02-20 00:35:13 +0000
commit5694e0ce60316b9cb9709d147e1a699ea9bde6da (patch)
treedb5a3f86c24fb9512576046a73d9db76716881ef /utils
parent4f5a3269a6053fe659093096d9b635a2c8e7e55e (diff)
downloadsphinx-git-5694e0ce60316b9cb9709d147e1a699ea9bde6da.tar.gz
Fix module docstring indentation
Diffstat (limited to 'utils')
-rw-r--r--utils/checks.py4
-rw-r--r--utils/doclinter.py4
-rw-r--r--utils/jssplitter_generator.py6
3 files changed, 7 insertions, 7 deletions
diff --git a/utils/checks.py b/utils/checks.py
index f69242614..952ab8afd 100644
--- a/utils/checks.py
+++ b/utils/checks.py
@@ -1,7 +1,7 @@
"""Custom, Sphinx-only flake8 plugins.
- :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
- :license: BSD, see LICENSE for details.
+:copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
+:license: BSD, see LICENSE for details.
"""
import os
diff --git a/utils/doclinter.py b/utils/doclinter.py
index 93351becb..7b3c2f91d 100644
--- a/utils/doclinter.py
+++ b/utils/doclinter.py
@@ -1,7 +1,7 @@
"""A linter for Sphinx docs
- :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
- :license: BSD, see LICENSE for details.
+:copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
+:license: BSD, see LICENSE for details.
"""
import os
diff --git a/utils/jssplitter_generator.py b/utils/jssplitter_generator.py
index c62ceb37f..0f2f3759a 100644
--- a/utils/jssplitter_generator.py
+++ b/utils/jssplitter_generator.py
@@ -114,10 +114,10 @@ console.log(' ... ok\\n')
python_src = '''\
"""Provides Python compatible word splitter to JavaScript
- DO NOT EDIT. This is generated by utils/jssplitter_generator.py
+DO NOT EDIT. This is generated by utils/jssplitter_generator.py
- :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
- :license: BSD, see LICENSE for details.
+:copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
+:license: BSD, see LICENSE for details.
"""
splitter_code = """