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-05-12 11:57:25 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2019-05-12 11:57:25 +0300
commit5d2c8e6eb709ca62af18ee570a8682ce1db71b31 (patch)
tree59bd9cfd6ff4b0db2caf4c9d6bf6a27be3f7e860 /tox.ini
parent935d1ad0af97aefd75bd1883e1ef203d7127101f (diff)
Add utils/doclinter.py; a documenter linter for Sphinx
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 9 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 64bebf2fb..0fd015b3e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -66,6 +66,15 @@ extras =
commands =
python setup.py build_sphinx {posargs}
+[testenv:docslint]
+basepython = python3
+description =
+ Lint documentation.
+extras =
+ docs
+commands =
+ python utils/doclinter.py CHANGES CONTRIBUTING.rst README.rst doc/
+
[testenv:bindep]
description =
Install binary dependencies.