class documentation

class MathReferenceTransform(SphinxPostTransform):

View In Hierarchy

Replace pending_xref nodes for math by math_reference.

To handle math reference easily on LaTeX writer, this converts pending_xref nodes to math_reference.

Method run Main method of post transforms.
Class Variable default​_priority Undocumented
Class Variable formats Undocumented

Inherited from SphinxPostTransform:

Method apply Undocumented
Method is​_supported Check this transform working for current builder.
Class Variable builders Undocumented

Inherited from SphinxTransform (via SphinxPostTransform):

Property app Reference to the .Sphinx object.
Property config Reference to the .Config object.
Property env Reference to the .BuildEnvironment object.
def run(self, **kwargs):

Main method of post transforms.

Subclasses should override this method instead of apply().

Parameters
**kwargs:AnyUndocumented
default_priority: int =

Undocumented

formats: tuple[str, ...] =