class documentation

class HighlightLanguageTransform(SphinxTransform): (source)

View In Hierarchy

Apply highlight_language to all literal_block nodes. This refers both :confval:`highlight_language` setting and :rst:dir:`highlightlang` directive. After processing, this transform removes ``highlightlang`` node from doctree.

Method apply Undocumented
Class Variable default_priority Undocumented

Inherited from SphinxTransform:

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

Undocumented

Parameters
**kwargs:AnyUndocumented
default_priority: int = (source)

Undocumented