Fix build issue on Sphinx v6

This commit is contained in:
Alex Liu
2023-05-19 20:32:35 -04:00
committed by GitHub
parent be71383af9
commit 92d350059b
+1 -1
View File
@@ -51,7 +51,7 @@ autodoc_typehints = 'none'
# napoleon_attr_annotations = False # napoleon_attr_annotations = False
extlinks = { 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), 'ddocs': ('https://discord.com/developers/docs/%s', None),
} }