We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7342ee9 commit 978ca5cCopy full SHA for 978ca5c
docs/conf.py
@@ -126,6 +126,11 @@
126
"volto/contributing/branch-policy.md",
127
]
128
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
+
134
html_js_files = ["patch_scrollToActive.js", "search_shortcut.js"]
135
136
html_extra_path = [
0 commit comments