Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2019-01-07 10:28:41 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2019-01-07 17:07:48 +0300
commite700532dd17ae316a2aff66688c13fa7cfd0dd87 (patch)
tree02b61cb424a8cc1f2d2231632a99795d58cc74d6 /CONTRIBUTING.rst
parent353c3e9fd6f35fb129dac61798ff1b09c14f6d85 (diff)
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.