[New-bugs-announce] [issue20755] 3.3.4: doc build fails on Sphinx < 1.2

fk report at bugs.python.org
Mon Feb 24 01:33:44 CET 2014


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-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

----------
components: Build
messages: 212050
nosy: fkrull
priority: normal
severity: normal
status: open
title: 3.3.4: doc build fails on Sphinx < 1.2
type: compile error
versions: Python 3.3, Python 3.4, Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20755>
_______________________________________


More information about the New-bugs-announce mailing list