[New-bugs-announce] [issue21900] .hgignore: Missing ignores for downloaded doc build tools
Andy Maier
report at bugs.python.org
Tue Jul 1 16:55:30 CEST 2014
New submission from Andy Maier:
In Python 2.7 and up to Python 3.3, the documentation build process downloads tools such as Sphinx etc. into the Doc/tools subtree. The .hgignore file misses entries to ignore those.
The additional lines for .hgignore would be:
^Doc/tools/docutils/
^Doc/tools/jinja2/
^Doc/tools/pygments/
^Doc/tools/sphinx/
This change applies to 2.7 only (assuming 3.1-3.3 are no longer patched).
----------
messages: 222041
nosy: andymaier
priority: normal
severity: normal
status: open
title: .hgignore: Missing ignores for downloaded doc build tools
versions: Python 2.7
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21900>
_______________________________________
More information about the New-bugs-announce
mailing list