From d8a08e1bbdd2ba921ed7974d7d3229a7634d483e Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Thu, 13 Jan 2022 22:01:40 +0100 Subject: [PATCH] [Docs] Fix intersphinx mapping --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index c7b1f57..d8211b0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -204,6 +204,6 @@ epub_exclude_files = ["search.html"] intersphinx_mapping = { "https://docs.python.org/": None, "https://docs.djangoproject.com/en/stable": "https://docs.djangoproject.com/en/stable/_objects", - "https://aleksis.edugit.io/AlekSIS-Core/docs": None, - "https://aleksis.edugit.io/AlekSIS-App-Chronos/docs": None, + "https://aleksis.edugit.io/official/AlekSIS-Core/docs/html": None, + "https://aleksis.edugit.io/official/AlekSIS-App-Chronos/docs/html": None, } -- GitLab