Preliminary fix for broken translations in autodoc/viewcode.

This commit is contained in:
Robert Lehmann
2010-06-29 08:08:31 +02:00
parent 6a715f5d1a
commit 684ecc2678
+1 -1
View File
@@ -47,7 +47,7 @@ def doctree_read(app, doctree):
for signode in objnode:
if not isinstance(signode, addnodes.desc_signature):
continue
modname = signode['module']
modname = signode.get('module')
if not modname:
continue
fullname = signode['fullname']