Skip to content

Commit afba897

Browse files
authored
fix(docs): Fix linkcheck, ignore old changelogs and migrating
Signed-off-by: Lala Sabathil <lala@pycord.dev>
1 parent f51e882 commit afba897

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/conf.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,12 @@ def write_new():
487487
r"https://packages.debian.org/.*",
488488
]
489489

490+
linkcheck_exclude_documents = [
491+
r"migrating_to_v1.rst",
492+
r"migrating_to_v2.rst",
493+
r"old_changelog.rst"
494+
]
495+
490496
linkcheck_anchors_ignore_for_url = [r"https://github.com/Delitefully/DiscordLists"]
491497

492498
modindex_common_prefix = ["discord."]

0 commit comments

Comments
 (0)