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

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

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -