This commit is contained in:
Takeshi KOMIYA 2022-05-07 16:13:26 +09:00
parent 425a3e6c09
commit 4278a8a51b

View File

@ -595,7 +595,7 @@ class IntersphinxRoleResolver(ReferencesResolver):
def install_dispatcher(app: Sphinx, docname: str, source: List[str]) -> None:
"""Enable IntersphinxDispatcher.
.. note:: The installed dispatcher will uninstalled on disabling sphinx_domain
.. note:: The installed dispatcher will be uninstalled on disabling sphinx_domain
automatically.
"""
dispatcher = IntersphinxDispatcher()