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", +}