From 136c5c425e80792ce4680e426523a1fb5ceaba1a Mon Sep 17 00:00:00 2001 From: cpetersmeier Date: Wed, 30 Jun 2021 20:45:28 +0200 Subject: [PATCH] sphinx configuration - Remove warning, originating from intersphinx configuration. - Add .rst files for the api documentation. --- core/doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}