Add a new extlink for discord documentation

This commit is contained in:
Rapptz
2022-05-27 04:05:01 -04:00
parent 081f483a0d
commit cf031f71b9
6 changed files with 10 additions and 21 deletions

View File

@ -51,6 +51,7 @@ autodoc_typehints = 'none'
extlinks = {
'issue': ('https://github.com/Rapptz/discord.py/issues/%s', 'GH-'),
'ddocs': ('https://discord.com/developers/docs/%s', None),
}
# Links used for cross-referencing stuff in other documentation