[issue20090] slight ambiguity in README.txt instructions for building docs

2014-03-10 Thread Georg Brandl
Georg Brandl added the comment: I think this should be sufficient. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue20090] slight ambiguity in README.txt instructions for building docs

2014-03-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset d975f50de5aa by Georg Brandl in branch '3.3': Closes #20090: update Doc/README and the error message in sphinx-build.py to make http://hg.python.org/cpython/rev/d975f50de5aa New changeset 43820a4fcaba by Georg Brandl in branch 'default': Closes #20

[issue20090] slight ambiguity in README.txt instructions for building docs

2014-03-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0ae254c11921 by Georg Brandl in branch '2.7': Closes #20090: update Doc/README and the error message in sphinx-build.py to make http://hg.python.org/cpython/rev/0ae254c11921 -- nosy: +python-dev resolution: -> fixed stage: -> committed/re

[issue20090] slight ambiguity in README.txt instructions for building docs

2014-03-10 Thread Zachary Ware
Zachary Ware added the comment: Doc/README.txt will also probably need an update, at least on default. -- ___ Python tracker ___ ___ P

[issue20090] slight ambiguity in README.txt instructions for building docs

2014-03-10 Thread Zachary Ware
Zachary Ware added the comment: For 2.7 and 3.3, the error message just needs to be fixed (s/3.0/3.x/); it lives in the sphinx-build.py script somewhere in Doc/. For default, though, since we now rely on an installed version of Sphinx rather than a checked out version, the whole version check

[issue20090] slight ambiguity in README.txt instructions for building docs

2014-03-10 Thread Tracy Chang
Tracy Chang added the comment: Is this issue only to update the doc or need to update the Error message as well? For error message, is it part of Sphinx? -- nosy: +tracy.chang ___ Python tracker _

[issue20090] slight ambiguity in README.txt instructions for building docs

2014-02-15 Thread Ezio Melotti
Changes by Ezio Melotti : -- keywords: +easy nosy: +ezio.melotti type: -> enhancement ___ Python tracker ___ ___ Python-bugs-list mai

[issue20090] slight ambiguity in README.txt instructions for building docs

2014-01-03 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: +terry.reedy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue20090] slight ambiguity in README.txt instructions for building docs

2013-12-28 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +georg.brandl ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue20090] slight ambiguity in README.txt instructions for building docs

2013-12-28 Thread Mitchell Model
New submission from Mitchell Model: I tried to build the docs for v3.4.0b1 following the instructions in the Doc/README.txt. My default python is v3.3. I got the following error message: "Error: Sphinx needs to be executed with Python 2.4 or newer (not 3.0 though)." I wondered what was weird abo