summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini4
1 files changed, 0 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index f2333b6e30..addb9cf8d6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -177,10 +177,6 @@ deps =
-r{toxinidir}/doc/requirements.txt
commands =
rm -rf doc/build/html doc/build/doctrees
- # Check that all JSON files don't have \r\n in line.
- bash -c "! find doc/ -type f -name *.json | xargs grep -U -n $'\r'"
- # Check that all included JSON files are valid JSON
- bash -c '! find doc/ -type f -name *.json | xargs -t -n1 python -m json.tool 2>&1 > /dev/null | grep -B1 -v ^python'
sphinx-build -W --keep-going -b html -d doc/build/doctrees doc/source doc/build/html
# Test the redirects. This must run after the main docs build
whereto doc/build/html/.htaccess doc/test/redirect-tests.txt