Skip to content

Commit 6acbdae

Browse files
committed
Enable autosectionlabel warning suppression in docs
Uncommented the suppress_warnings setting in conf.py to suppress warnings related to autosectionlabel. This helps reduce noise during documentation builds.
1 parent ca95316 commit 6acbdae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ def write_new():
499499
linkcheck_anchors_ignore_for_url = [r"https://github.com/Delitefully/DiscordLists"]
500500

501501
modindex_common_prefix = ["discord."]
502-
# suppress_warnings = ['autosectionlabel.*']
502+
suppress_warnings = ['autosectionlabel.*']
503503
myst_enable_extensions = [
504504
"amsmath",
505505
"attrs_inline",

0 commit comments

Comments
 (0)