The previous commit revealed that attempting to run
python setup.py build_doc from the packaging virtualenv
failed due to missing docutils package. We didn't notice
this before because py2exe Windows packaging appears to
use a Python from another virtualenv (which does include
docutils) to invoke setup.py. I discovered this as part
of implementing packaging outside of that virtualenv
environment.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHG036f6f7e19e1: packaging: add docutils as dependency
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.