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
Post a Comment