I need help with this re.sub function. For example, if I wanted to replace “string” with “abc” but I want #include
Tag: substitution
Substitutions next to angle brackets in Sphinx
I’m trying to use substitutions in a parsed literal block in my Sphinx documentation like this:
adding xml content to sphinx generated doc
So here is my problem. I’m trying to generate documentation for my project using sphinx and managed to get the basic working, like adding modules and images. So a basic index.rst would look like: ‘tvb’ here contains top level modules and links to sub-packages and so on. This seems to work fine and the html documentation is generated accordingly. However