mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Makefile and .hgignore ignore a virtualenv called "env" in this folder by default now.
This commit is contained in:
parent
5c6697e69f
commit
f82a4a4eab
2
Makefile
2
Makefile
@ -9,7 +9,7 @@ all: clean-pyc check test
|
||||
check:
|
||||
@$(PYTHON) utils/check_sources.py -i sphinx/style/jquery.js \
|
||||
-i sphinx/pycode/pgen2 -i sphinx/util/smartypants.py \
|
||||
-i doc/_build -i ez_setup.py -i tests/path.py -i tests/coverage.py .
|
||||
-i doc/_build -i ez_setup.py -i tests/path.py -i tests/coverage.py -i env .
|
||||
|
||||
clean: clean-pyc clean-patchfiles
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user