class ReferencesResolver(SphinxPostTransform):
Known subclasses: sphinx.ext.intersphinx.IntersphinxRoleResolver
Method | find_pending_xref_condition |
Undocumented |
Method | resolve_anyref |
Resolve reference generated by the "any" role. |
Method | run |
Main method of post transforms. |
Method | warn_missing_reference |
Undocumented |
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. |
Undocumented
Parameters | |
node:pending_xref | Undocumented |
conditions:Sequence[ | Undocumented |
Returns | |
Optional[ | Undocumented |
Parameters | |
refdoc:str | Undocumented |
node:pending_xref | Undocumented |
contnode:Element | Undocumented |
Returns | |
Element | Undocumented |
sphinx.ext.intersphinx.IntersphinxRoleResolver
Main method of post transforms.
Subclasses should override this method instead of apply().
Parameters | |
**kwargs:Any | Undocumented |
Undocumented
Parameters | |
refdoc:str | Undocumented |
typ:str | Undocumented |
target:str | Undocumented |
node:pending_xref | Undocumented |
domain:Optional[ | Undocumented |