]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #22394: Add a 'venv' command to Doc/Makefile.
authorBrett Cannon <brett@python.org>
Fri, 5 Dec 2014 20:17:31 +0000 (15:17 -0500)
committerBrett Cannon <brett@python.org>
Fri, 5 Dec 2014 20:17:31 +0000 (15:17 -0500)
commitd5ea39d1b86ce8ba0db8ea919797adb29b137add
tree8e49c8782d6eb45b7b77cd2a6411a9bf7454166f
parent1a7b8d143965c281467379123187e0ef323380c3
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
.gitignore
.hgignore
Doc/Makefile
Misc/NEWS