On Thursday, October 16, 2014 4:52:30 PM UTC+2, Kevin H wrote: > > I haven't tried it for docstrings, but the first thing I would take a look > at is the rst_epilog config setting: > http://sphinx-doc.org/config.html#confval-rst_epilog >
Many thanks, this works. If I have several source trees to (auto-)document, it would be nice to have a separate 'rst-epilog' for each tree. But that doesn't seem to be implemented. Helmut > > On Thu, Oct 16, 2014 at 4:00 AM, <[email protected] > <javascript:>> wrote: > >> Hi, >> >> I'm using Sphinx's autodoc feature. I'd like to use some (rst) >> substitutions in these docstrings like >> .. |b| raw:: html >> >> >> >> Where shall I define these substitutions? Can I use a ..include directive >> and where to use it? >> >> Many thanks for a hint, >> Helmut >> >> -- >> You received this message because you are subscribed to the Google Groups >> "sphinx-users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at http://groups.google.com/group/sphinx-users. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > -- > Kevin Horn > -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
