You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I have the
version
variable inconf.py
set tov5.0.0
and created a Git tagv5.0.0
.When I run
sphinx-multiversion . build/html --dump-metadata
, the output shows thatversion
islatest
for thev5.0.0
tag.Why is
version
showinglatest
? Is there some other variable I should be using?The text was updated successfully, but these errors were encountered: