summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2014-12-05 15:17:31 -0500
committerBrett Cannon <brett@python.org>2014-12-05 15:17:31 -0500
commitd5ea39d1b86ce8ba0db8ea919797adb29b137add (patch)
tree8e49c8782d6eb45b7b77cd2a6411a9bf7454166f /.gitignore
parent1a7b8d143965c281467379123187e0ef323380c3 (diff)
downloadcpython-git-d5ea39d1b86ce8ba0db8ea919797adb29b137add.tar.gz
Issue #22394: Add a 'venv' command to Doc/Makefile.
This will create a venv using the interpreter specified by the PYTHON variable for the Makefile that also install Sphinx. Typical usage is expected to be: cd Doc make venv PYTHON=../python make html PYTHON=venv/bin/python3
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 1 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index c7db0c7687..2343e9430e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,11 +9,7 @@
*~
.gdb_history
Doc/build/
-Doc/tools/docutils/
-Doc/tools/jinja/
-Doc/tools/jinja2/
-Doc/tools/pygments/
-Doc/tools/sphinx/
+Doc/venv/
Lib/lib2to3/*.pickle
Lib/test/data/*
Lib/_sysconfigdata.py