mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 20:28:38 +00:00
Fix tag references in builds
This commit is contained in:
parent
166f837693
commit
c09cf779a3
@ -93,7 +93,7 @@ with open('../discord/__init__.py') as f:
|
|||||||
release = version
|
release = version
|
||||||
|
|
||||||
# This assumes a tag is available for final releases
|
# This assumes a tag is available for final releases
|
||||||
branch = 'master' if version.endswith('a') else version
|
branch = 'master' if version.endswith('a') else 'v' + version
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user