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?