We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d0bc11 commit b46a64dCopy full SHA for b46a64d
docs/conf.py
@@ -484,12 +484,10 @@ def write_new():
484
r"https://guide.pycord.dev/.*",
485
r"https://pycord.dev/",
486
r"https://pycord.dev/.*",
487
- r"https://packages.debian.org/.*"
+ r"https://packages.debian.org/.*",
488
]
489
490
-linkcheck_anchors_ignore_for_url = [
491
- r"https://github.com/Delitefully/DiscordLists"
492
-]
+linkcheck_anchors_ignore_for_url = [r"https://github.com/Delitefully/DiscordLists"]
493
494
modindex_common_prefix = ["discord."]
495
# suppress_warnings = ['autosectionlabel.*']
0 commit comments