diff --git a/source/conf.py b/source/conf.py index 95eefa8..9872162 100644 --- a/source/conf.py +++ b/source/conf.py @@ -200,6 +200,7 @@ # https://documatt.com/sphinx-reredirects/usage.html redirects = { # "foo": "/bar.html" # Creates a redirect from "/foo.html" to "/bar.html" + "user_guide/index.html": "/en/release-latest/user_guide/index.html" } # -- Documentation Setup -----------------------------------------------------