class ExternalLinksChecker(SphinxPostTransform):
For each external link, check if it can be replaced by an extlink.
We treat each reference node without internal attribute as an external link.
Method | check_uri |
If the URI in refnode has a replacement in extlinks, emit a warning with a replacement suggestion. |
Method | run |
Main method of post transforms. |
Class Variable | default_priority |
Undocumented |
Inherited from SphinxPostTransform
:
Method | apply |
Undocumented |
Method | is_supported |
Check this transform working for current builder. |
Class Variable | builders |
Undocumented |
Class Variable | formats |
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. |
Parameters | |
refnode:nodes.reference | Undocumented |