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>2016-07-15 18:47:19 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2016-07-15 18:47:19 +0300
commit9e9eeaaf841a9995653c77925075ddd8341c944d (patch)
tree55918704c4795250098b4f9fcafd79b211ae2cff /Makefile
parent475be2c31b8583cff2992913348a1ba8c3534a35 (diff)
Remove env from DONT_CHECK (ref: #2760)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3aece1cfb..2828f1a25 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ PYTHON ?= python
DONT_CHECK = -i build -i dist -i sphinx/style/jquery.js \
-i sphinx/pycode/pgen2 -i sphinx/util/smartypants.py \
-i .ropeproject -i doc/_build -i tests/path.py \
- -i tests/coverage.py -i env -i utils/convert.py \
+ -i tests/coverage.py -i utils/convert.py \
-i tests/typing_test_data.py \
-i tests/test_autodoc_py35.py \
-i tests/build \