class HighlightLanguageTransform(SphinxTransform):
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 .Sphinx object. |
Property | config |
Reference to the .Config object. |
Property | env |
Reference to the .BuildEnvironment object. |