Fix build issue on Sphinx v6

This commit is contained in:
Alex Liu 2023-05-19 17:32:35 -07:00 committed by GitHub
parent be71383af9
commit 92d350059b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ autodoc_typehints = 'none'
# napoleon_attr_annotations = False
extlinks = {
'issue': ('https://github.com/Rapptz/discord.py/issues/%s', 'GH-'),
'issue': ('https://github.com/Rapptz/discord.py/issues/%s', 'GH-%s'),
'ddocs': ('https://discord.com/developers/docs/%s', None),
}