Skip to content

Commit 978ca5c

Browse files
committed
- Suppress warning for news items
1 parent 7342ee9 commit 978ca5c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,11 @@
126126
"volto/contributing/branch-policy.md",
127127
]
128128

129+
suppress_warnings = [
130+
# "toc.excluded", # Suppress `WARNING: document isn't included in any toctree`
131+
"toc.not_readable", # Suppress `WARNING: toctree contains reference to nonexisting document 'news*'`
132+
]
133+
129134
html_js_files = ["patch_scrollToActive.js", "search_shortcut.js"]
130135

131136
html_extra_path = [

0 commit comments

Comments
 (0)