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:
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.