class documentation

class IntersphinxRoleResolver(ReferencesResolver):

View In Hierarchy

pending_xref node resolver for intersphinx role.

This resolves pending_xref nodes generated by :intersphinx:***: role.

Method run Main method of post transforms.
Class Variable default​_priority Undocumented

Inherited from ReferencesResolver:

Method find​_pending​_xref​_condition Undocumented
Method resolve​_anyref Resolve reference generated by the "any" role.
Method warn​_missing​_reference Undocumented

Inherited from SphinxPostTransform (via ReferencesResolver):

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 ReferencesResolver, SphinxPostTransform):

Property app Reference to the .Sphinx object.
Property config Reference to the .Config object.
Property env Reference to the .BuildEnvironment object.
def run(self, **kwargs):

Main method of post transforms.

Subclasses should override this method instead of apply().

Parameters
**kwargs:AnyUndocumented