python sphinx - Embed configuration options into reStructuredText? -


official docs show how configure rst reading/conversion external ini-like file.

is possible include options rst source file directive?

for example instead of passing --math-output=mathml write somethig like:

.. config: html4css1 writer   :math_output: mathml 


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -