tags 588628 + pending thanks Jakub Wilk ([email protected]) wrote: > When rebuilt with python-sphinx 1.0~b1-1 and python-docutils 0.7-1 > (both available in experimental), python-gevent failed to build. > Here are the relevant parts of the build log: > > […] > | sphinx-build -b html -d _build/doctrees . _build/html > | Making output directory... [...] > File "./mysphinxext.py", line 21, in missing_reference > modname = node['modname'] > File "/usr/lib/pymodules/python2.6/docutils/nodes.py", line 534, in > __getitem__ > return self.attributes[key] > KeyError: 'modname'
Thanks for the report. In sphinx 1.0, attributes have been renamed. modname is now called py:module and classname is py:class. Regards, Örjan
signature.asc
Description: Digital signature

