[issue20755] 3.3.4: doc build fails on Sphinx < 1.2

2014-02-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7358ca69f351 by Georg Brandl in branch '3.3': Closes #20755: port sphinx-1.1 fixes from default http://hg.python.org/cpython/rev/7358ca69f351 -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejected status: open -> closed __

[issue20755] 3.3.4: doc build fails on Sphinx < 1.2

2014-02-24 Thread Georg Brandl
Georg Brandl added the comment: Until 3.4, the docs are meant to be built with the Sphinx versions checked out by "make". Someone might want to port the fix for 1.1.x on the default branch if they are interested. -- ___ Python tracker

[issue20755] 3.3.4: doc build fails on Sphinx < 1.2

2014-02-23 Thread Ned Deily
Changes by Ned Deily : -- assignee: -> docs@python components: +Documentation nosy: +docs@python, georg.brandl ___ Python tracker ___ ___

[issue20755] 3.3.4: doc build fails on Sphinx < 1.2

2014-02-23 Thread fk
New submission from fk: With 5d1324b20804, building the docs with Sphinx < 1.2 doesn't work anymore. Unfortunately, I don't have the specific exception handy, but in line 34, `versionlabels[node['type']]` produces a KeyError because versionlabels is missing a 'deprecated-removed' key. Re-addin