[issue22537] Failure building 2.7 docs on Windows

2014-10-02 Thread Terry J. Reedy
Terry J. Reedy added the comment: Works great. Thanks. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue22537] Failure building 2.7 docs on Windows

2014-10-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset fd2530294d50 by Georg Brandl in branch '2.7': Closes #22537: Make sphinx extensions compatible with Python 2 or 3, like in the 3.x branches https://hg.python.org/cpython/rev/fd2530294d50 -- nosy: +python-dev resolution: -> fixed stage: nee

[issue22537] Failure building 2.7 docs on Windows

2014-10-01 Thread Georg Brandl
Georg Brandl added the comment: > you now do need You always did :) However, it should not be a problem to make the extensions 2.x and 3.x compatible in both branches. -- ___ Python tracker _

[issue22537] Failure building 2.7 docs on Windows

2014-10-01 Thread Ned Deily
Ned Deily added the comment: Your analysis is correct: you now do need to use a 2.7 sphinx to build 2.7 docs. It looks like you may be using a 3.4 version of pip. However you invoke python2.7, try "python -m pip install sphinx". -- nosy: +ned.deily __

[issue22537] Failure building 2.7 docs on Windows

2014-10-01 Thread Terry J. Reedy
New submission from Terry J. Reedy: I was able to build docs of all versions with the old system. When 3.4 was changed to the new system, 'pip install sphinx' installed everything needed so that 'sphinx-build -bhtml . build/html' in .../Doc (Devguide 7.5.2) works for 3.4 (and 3.5). "PYTHON=