Holzhaus / sphinx-multiversion

Sphinx extension for building self-hosted versioned docs.
https://holzhaus.github.io/sphinx-multiversion/
BSD 2-Clause "Simplified" License
148 stars 65 forks source link

the "version" is always "latest" ? #103

Open andrewakl opened 10 months ago

andrewakl commented 10 months ago

I have the version variable in conf.py set to v5.0.0 and created a Git tag v5.0.0. When I run sphinx-multiversion . build/html --dump-metadata, the output shows that version is latest for the v5.0.0 tag.

Why is version showing latest? Is there some other variable I should be using?

Its-Just-Nans commented 6 months ago

you can use

smv_latest_version="v5.0.0"