Hmm, I don't use self.state.nested_parse, this is how I've done it:
sphinx.util.nodes.nested_parse_with_titles(self.state,
ViewList(new_content.
splitlines(), source=docname),
node)
See:
https://groups.google.com/forum/#!msg/sphinx-users/0UW05Inwfac/X8bCZmlLBwAJ
This is what I did a few years back. The builders are inconstant when they
create events and I haven't been able to figure out how to make it work
either.
I have an extension that followed the todo example, which w
Hi all,
On the 2.0 release, we have added some messages to Sphinx. So we need
your help to translate them as possible. If you can translate
messages, please join our project on transifex:
https://www.transifex.com/projects/p/sphinx-1/
It's very easy -- signup, request addition to a language te
Hi all,
We released Sphinx 2.0.0b1 at last night.
It includes much of improvements. And It also contains breaking API changes.
So we need your help to check it working fine on your document.
In detail, please see CHANGES:
https://github.com/sphinx-doc/sphinx/blob/v2.0.0b1/CHANGES
You can use it