diff --git a/core/doc/conf.py b/core/doc/conf.py index 09bb47c2..f581f7b8 100644 --- a/core/doc/conf.py +++ b/core/doc/conf.py @@ -211,4 +211,4 @@ html_static_path = ["_static"] htmlhelp_basename = "mtcdoc" # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {"https://docs.python.org/": None} +intersphinx_mapping = {"https://docs.python.org/3": None}