setup: fix documentation URL for releases.
This commit is contained in:
parent
e2b3e8caf9
commit
39a83f4d99
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -24,7 +24,7 @@ def doc_version():
|
|||
if not git:
|
||||
return ""
|
||||
elif git.exact:
|
||||
return git.format_with("{tag}")
|
||||
return git.format_with("v{tag}")
|
||||
else:
|
||||
return "latest"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue