Skip to content

Commit ad2ccad

Browse files
authored
fix(docs): I'm going back to sleep
Signed-off-by: Lala Sabathil <lala@pycord.dev>
1 parent 74f7e74 commit ad2ccad

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/conf.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -488,9 +488,12 @@ def write_new():
488488
]
489489

490490
linkcheck_exclude_documents = [
491-
r"*migrating_to_v1*",
492-
r"*migrating_to_v2*",
493-
r"*old_changelog*"
491+
r".*/migrating_to_v1.*",
492+
r".*/migrating_to_v2.*",
493+
r".*/old_changelog.*",
494+
r"migrating_to_v1.*",
495+
r"migrating_to_v2.*",
496+
r"old_changelog.*"
494497
]
495498

496499
linkcheck_anchors_ignore_for_url = [r"https://github.com/Delitefully/DiscordLists"]

0 commit comments

Comments
 (0)