Closed
Description
Describe the bug
Cabal documentation has broken links when changing between latest and other version for pages whose slug/path had been changed
To Reproduce
E.g. https://cabal.readthedocs.io/en/latest/how-to-package-haskell-code.html when changing to stable.
Additional context
Continuation of #9379.
I can't find any convenient or declarative support for page renamings in readthedocs, only explicit redirects where for every page we would have to provide the redirects are triples
Type: Page Redirect
From URL: /en/stable/how-to-package-haskell-code.html
To URL: /en/stable/developing-packages.html
and add them manually or through the readthedocs http api to the settings as an admin.
Has anyone a better idea? If not i can try to compile a list of triplets.