summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorKonstantin Manna <Konstantin@Manna.uno>2018-07-31 18:16:46 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2018-08-01 08:40:54 +0200
commit1dffc589bbcad0bde33de0c486ca73f3c683b11d (patch)
tree30c54a8506ebdcacbed232af843ae5b34a4a5b17 /tox.ini
parent9cb0e3aa04de095ab50ec7b54bad46f2f9aa2eb6 (diff)
downloadpylint-git-1dffc589bbcad0bde33de0c486ca73f3c683b11d.tar.gz
use sphinx-build instead of rstlint
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 3c7ec6bda..0e4db1693 100644
--- a/tox.ini
+++ b/tox.ini
@@ -72,5 +72,4 @@ commands =
python ./exts/pylint_features.py
rm -f extensions.rst
python ./exts/pylint_extensions.py
- sphinx-build -b html -d _build/doctrees . _build/html
- python ./check_rst_files.py
+ sphinx-build -W -b html -d _build/doctrees . _build/html