From 8f9b55048dbb9f1364450eccb09ae969aa6559a7 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Fri, 31 Jan 2025 08:24:37 +0100 Subject: [PATCH] Remove redundant redirect --- swh/docs/sphinx/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/swh/docs/sphinx/conf.py b/swh/docs/sphinx/conf.py index a44f872..844fb25 100644 --- a/swh/docs/sphinx/conf.py +++ b/swh/docs/sphinx/conf.py @@ -214,7 +214,6 @@ redirects = { "swh-deposit/metadata": "api/metadata.html", "swh-deposit/specs/blueprint": "../api/use-cases.html", "swh-deposit/user-manual": "api/user-manual.html", - "swh-dataset": "swh-export", "swh-dataset/index.html": "swh-export/index.html", "swh-dataset/graph/dataset.html": "swh-export/graph/dataset.html", "swh-dataset/graph/schema.html": "swh-export/graph/schema.html", -- GitLab