class SphinxSmartQuotes(SmartQuotes, SphinxTransform):
Customized SmartQuotes to avoid transform for some extra node types.
refs: sphinx.parsers.RSTParser
Method | apply |
Undocumented |
Method | get_tokens |
Undocumented |
Method | is_available |
Undocumented |
Class Variable | default_priority |
Undocumented |
Instance Variable | smartquotes_action |
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. |