[issue22394] Update documentation building to use venv and pip

2014-12-05 Thread Brett Cannon
Changes by Brett Cannon : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ P

[issue22394] Update documentation building to use venv and pip

2014-12-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 888103600e72 by Brett Cannon in branch 'default': Issue #22394: Add a 'venv' command to Doc/Makefile. https://hg.python.org/cpython/rev/888103600e72 -- nosy: +python-dev ___ Python tracker

[issue22394] Update documentation building to use venv and pip

2014-12-05 Thread Brett Cannon
Changes by Brett Cannon : -- assignee: georg.brandl -> brett.cannon ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue22394] Update documentation building to use venv and pip

2014-11-28 Thread Georg Brandl
Georg Brandl added the comment: Sure. (The PyPI name is uppercased, but I guess it doesn't matter.) -- ___ Python tracker ___ ___ Pyt

[issue22394] Update documentation building to use venv and pip

2014-11-28 Thread Brett Cannon
Brett Cannon added the comment: Attached is a patch against Doc/Makefile to add a venv command to create a venv that can be used to build the documentation. Georg, can you give me an LGTM so I can commit this? -- assignee: brett.cannon -> georg.brandl keywords: +patch nosy: +georg.bran

[issue22394] Update documentation building to use venv and pip

2014-11-21 Thread Brett Cannon
Brett Cannon added the comment: I'm going to at least update the Makefile to have a ``make venv`` that will do the steps necessary to create a venv and then check out the necessary tools. It should also be set up so that running the command with a pre-existing venv will update it. This should

[issue22394] Update documentation building to use venv and pip

2014-09-12 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue22394] Update documentation building to use venv and pip

2014-09-12 Thread Brett Cannon
New submission from Brett Cannon: Now that we have ensurepip, is there any reason to not have the Doc/ Makefile create a venv for building the docs instead of requiring people to install sphinx into either their global Python interpreter or some venv outside of their checkout? Basically it wou