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 <rep...@bugs.python.org>
<http://bugs.python.org/issue20755>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to