class RefOnlyBulletListTransform(SphinxTransform):
Change refonly bullet lists to use compact_paragraphs.
Specifically implemented for 'Indices and Tables' section, which looks odd when html_compact_lists is false.
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. |