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 2ca5fb3 commit 4baeaa0Copy full SHA for 4baeaa0
docs/conf.py
@@ -172,6 +172,10 @@ def get_github_username_repo(url):
172
# If true, keep warnings as "system message" paragraphs in the built documents.
173
#keep_warnings = False
174
175
+suppress_warnings = [
176
+ # Suppress sphinx-syntax warnings, in particular `diagram descriptions can't have custom resolver_data`
177
+ 'sphinx_syntax',
178
+]
179
180
# -- Options for HTML output ----------------------------------------------
181
0 commit comments