Skip to content

Commit 74f7e74

Browse files
authored
fix(docs): you shall be damned sphinx
Signed-off-by: Lala Sabathil <lala@pycord.dev>
1 parent afba897 commit 74f7e74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -488,9 +488,9 @@ def write_new():
488488
]
489489

490490
linkcheck_exclude_documents = [
491-
r"migrating_to_v1.rst",
492-
r"migrating_to_v2.rst",
493-
r"old_changelog.rst"
491+
r"*migrating_to_v1*",
492+
r"*migrating_to_v2*",
493+
r"*old_changelog*"
494494
]
495495

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

0 commit comments

Comments
 (0)