intersphinx_mapping: add pluggy

This commit is contained in:
Daniel Hahler 2020-03-05 05:53:42 +01:00
parent c39a85e5f4
commit 9b32794391
1 changed files with 4 additions and 1 deletions

View File

@ -344,7 +344,10 @@ texinfo_documents = [
# Example configuration for intersphinx: refer to the Python standard library. # Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {"python": ("https://docs.python.org/3", None)} intersphinx_mapping = {
"pluggy": ("https://pluggy.readthedocs.io/en/latest", None),
"python": ("https://docs.python.org/3", None),
}
def configure_logging(app: "sphinx.application.Sphinx") -> None: def configure_logging(app: "sphinx.application.Sphinx") -> None: