From 3a8a35a2b24407c3f8e96eeda213aaf8bc5d4017 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 +- docs/migrating.rst | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 5bafead83..327a2fcba 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/dolfies/discord.py-self/issues/%s', 'GH-'), + 'issue': ('https://github.com/dolfies/discord.py-self/issues/%s', 'GH-%s'), 'ddocs': ('https://discord.com/developers/docs/%s', None), } diff --git a/docs/migrating.rst b/docs/migrating.rst index 52cf059ff..aefc60467 100644 --- a/docs/migrating.rst +++ b/docs/migrating.rst @@ -924,7 +924,6 @@ using `bool` on them will now only return ``True`` if at least one flag is enabl This means that evaluating instances of the following classes in a bool context (such as ``if obj:``) may no longer return ``True``: -- :class:`Intents` - :class:`MemberCacheFlags` - :class:`MessageFlags` - :class:`Permissions`