class TrimDoctestFlagsTransform(SphinxTransform):
Trim doctest flags like # doctest: +FLAG from python code-blocks.
see :confval:`trim_doctest_flags` for more information.
Static Method | is_pyconsole |
Undocumented |
Method | apply |
Undocumented |
Method | strip_doctest_flags |
Undocumented |
Class Variable | default_priority |
Undocumented |
Inherited from SphinxTransform
:
Property | app |
Reference to the .Sphinx object. |
Property | config |
Reference to the .Config object. |
Property | env |
Reference to the .BuildEnvironment object. |