From c0cc969333cb2cf67382cc850175b30cab772c57 Mon Sep 17 00:00:00 2001 From: David Douard <david.douard@sdfa3.org> Date: Fri, 13 Jan 2023 18:04:06 +0100 Subject: [PATCH] Remove swh-devel and swh-sysadmin intersphinx mappings --- swh/docs/sphinx/conf.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/swh/docs/sphinx/conf.py b/swh/docs/sphinx/conf.py index a1338e65..49d36d25 100755 --- a/swh/docs/sphinx/conf.py +++ b/swh/docs/sphinx/conf.py @@ -149,8 +149,6 @@ html_last_updated_fmt = "%Y-%m-%d %H:%M:%S %Z" # refer to the Python standard library. intersphinx_mapping = { "python": ("https://docs.python.org/3", None), - "swh-devel": ("https://docs.softwareheritage.org/devel", None), - "swh-sysadm": ("https://docs.softwareheritage.org/sysadm", None), } # Redirects for pages that were moved, so we don't break external links. -- GitLab