Skip to content

Commit

Permalink
fix: empty commit (#2553)
Browse files Browse the repository at this point in the history
* empty commit

* style(pre-commit): auto fixes from pre-commit.com hooks

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
Lulalaby and pre-commit-ci[bot] authored Aug 18, 2024
1 parent 1d0bc11 commit b46a64d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,12 +484,10 @@ def write_new():
r"https://guide.pycord.dev/.*",
r"https://pycord.dev/",
r"https://pycord.dev/.*",
r"https://packages.debian.org/.*"
r"https://packages.debian.org/.*",
]

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

modindex_common_prefix = ["discord."]
# suppress_warnings = ['autosectionlabel.*']
Expand Down

0 comments on commit b46a64d

Please sign in to comment.