sphinx-contrib/multiversion

[Feature Request] Change version name

Opened this issue · 1 comments

I'm using the extension to build only tagged releases, but not for the default branch (master) because in our case the docs are not always stable. However, I would like to rename the latest published release from x.y.z to stable before the documentation is built to have at least an URL that does not change.

Please, let me know if you think this feature fits the project scope. If so, I'm willing to work on it and submit a PR. Thanks!

Note that this can be worked around (albeit with some manual work): Add a release/latest branch and always point it to the latest tag.