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, 1 insertions, 2 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index e3a68b58e..274bc994a 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -129,8 +129,7 @@ These are the basic steps needed to start developing on Sphinx.
cd doc
make clean html latexpdf
- * Run code style checks and type checks (type checks require ``mypy`` and are
- currently done for commits to ``master`` only)::
+ * Run code style checks and type checks (type checks require mypy)::
make style-check
make type-check