diff --git a/docs/conf.py b/docs/conf.py index dc7e244..59fe31f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -169,6 +169,6 @@ # -- Options for intersphinx extension --------------------------------------- # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {"https://docs.python.org/": None} +intersphinx_mapping = {"python": ("https://docs.python.org/", None)} autodoc_member_order = "bysource" add_module_names = False