Skip to content
Snippets Groups Projects
Verified Commit 9ff33d0a authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Manual: another compatibility fix for Sphinx 8

See commit 2983aafa for the rationale.

(cherry picked from commit 2b2376c9)
parent 93669eef
No related branches found
No related tags found
No related merge requests found
......@@ -242,7 +242,7 @@ class DynSimpleObject(ObjectDescription):
self.state_machine.reporter.warning(
'duplicate object description of %s, ' % fullname +
'other instance in ' +
self.env.doc2path(objects[fullname][0]), line=self.lineno)
str(self.env.doc2path(objects[fullname][0])), line=self.lineno)
objects[fullname] = self.env.docname, self.objtype
indextext = self.get_index_text(fullname,name_obj)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment