A simple sphinx-based redirect service using sphinx-reredirects.
See conf.py for the list of available redirects.
Edit conf.py and add entries to the redirects dictionary with a /index suffix.
redirects = {
"new-redirect/index": "https://example.com",
}This will create a redirect from https://go.pypsa.org/new-redirect to https://example.com and the url can be used anywhere.