From db8359117072fd786af27a444b6fa7b74299cacb Mon Sep 17 00:00:00 2001 From: Sunyoung Yoo <17974113+YooSunYoung@users.noreply.github.com> Date: Mon, 11 May 2026 15:10:09 +0200 Subject: [PATCH] Add redirects for new documentation URLs It should be merged after we publish essspectroscopy docs in the mono repo I guess...? --- docs/conf.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index f175354..c8959e8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -277,3 +277,9 @@ def do_not_plot(*args, **kwargs): r'https?://jira\.ess\.eu', r'https?://dx\.doi\.org/', ] + +# -- Redirect to new docs -------------------------------------------------- + +redirects = { + "*": "https://scipp.github.io/ess/spectroscopy/$source.html", +}