From 92d350059bd6273169c4e6a7d315608113335e60 Mon Sep 17 00:00:00 2001 From: Alex Liu <30390986+applebee1558@users.noreply.github.com> Date: Fri, 19 May 2023 17:32:35 -0700 Subject: [PATCH] Fix build issue on Sphinx v6 --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 8fee2cbfa..a5fcc1773 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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), }