This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author fkrull
Recipients fkrull
Date 2014-02-24.00:33:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393202024.84.0.959375038368.issue20755@psf.upfronthosting.co.za>
In-reply-to
Content
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-adding the "versionlabels['deprecated-removed'] = ..." lines seems to help; see also https://bitbucket.org/fk/deadsnakes-python3.3/src/8e82e76578cd20ba08ab5addd04651c8abc7f05b/debian/patches/fix-non-1.2-sphinx-builds.diff
History
Date User Action Args
2014-02-24 00:33:44fkrullsetrecipients: + fkrull
2014-02-24 00:33:44fkrullsetmessageid: <1393202024.84.0.959375038368.issue20755@psf.upfronthosting.co.za>
2014-02-24 00:33:44fkrulllinkissue20755 messages
2014-02-24 00:33:44fkrullcreate