Skip to content Skip to sidebar Skip to footer
Showing posts with the label Docutils

How To Add Rel Attribute To Docutils Sphinx Reference In Html Output?

I have a simple extension for the Sphinx documentation utility (my version in use isSphinx-1.1.3-py… Read more How To Add Rel Attribute To Docutils Sphinx Reference In Html Output?

Parsing .rst Files With Sphinx-specific Directives Programmatically

I would like to be able to parse sphinx based rst in Python for further processing and checking. So… Read more Parsing .rst Files With Sphinx-specific Directives Programmatically