summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2019-01-07 16:28:41 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2019-01-07 23:07:48 +0900
commite700532dd17ae316a2aff66688c13fa7cfd0dd87 (patch)
tree02b61cb424a8cc1f2d2231632a99795d58cc74d6 /CONTRIBUTING.rst
parent353c3e9fd6f35fb129dac61798ff1b09c14f6d85 (diff)
downloadsphinx-git-e700532dd17ae316a2aff66688c13fa7cfd0dd87.tar.gz
docs: check_sources.py now becomes flake8 plugin
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 19c03c496..ff53c387f 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -274,9 +274,6 @@ Coding Guide
* When adding a new configuration variable, be sure to document it and update
:file:`sphinx/quickstart.py` if it's important enough.
-* Use the included :program:`utils/check_sources.py` script to check for
- common formatting issues (trailing whitespace, lengthy lines, etc).
-
* Add appropriate unit tests.