Skip to content

Commit 1ce142e

Browse files
committed
Revert suppress_warnings to original value
Remove toc.excluded and toc.not_readable from suppress_warnings so these warnings surface during builds. https://claude.ai/code/session_0184fwhrjC4ELrYQBMCbyhfS
1 parent 4da0ac2 commit 1ce142e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"sphinx_reredirects",
5757
]
5858

59-
suppress_warnings = ["autosectionlabel.*", "toc.excluded", "toc.not_readable"]
59+
suppress_warnings = ["autosectionlabel.*"]
6060

6161
# sphinx redirects from old docs
6262

0 commit comments

Comments
 (0)