Skip to content

Commit

Permalink
fix(docs): I'm going back to sleep
Browse files Browse the repository at this point in the history
Signed-off-by: Lala Sabathil <[email protected]>
  • Loading branch information
Lulalaby authored Jan 27, 2025
1 parent 74f7e74 commit ad2ccad
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -488,9 +488,12 @@ def write_new():
]

linkcheck_exclude_documents = [
r"*migrating_to_v1*",
r"*migrating_to_v2*",
r"*old_changelog*"
r".*/migrating_to_v1.*",
r".*/migrating_to_v2.*",
r".*/old_changelog.*",
r"migrating_to_v1.*",
r"migrating_to_v2.*",
r"old_changelog.*"
]

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

0 comments on commit ad2ccad

Please sign in to comment.