Skip to content

Commit 4baeaa0

Browse files
committed
docs: ignore sphinx syntax warnings
1 parent 2ca5fb3 commit 4baeaa0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,10 @@ def get_github_username_repo(url):
172172
# If true, keep warnings as "system message" paragraphs in the built documents.
173173
#keep_warnings = False
174174

175+
suppress_warnings = [
176+
# Suppress sphinx-syntax warnings, in particular `diagram descriptions can't have custom resolver_data`
177+
'sphinx_syntax',
178+
]
175179

176180
# -- Options for HTML output ----------------------------------------------
177181

0 commit comments

Comments
 (0)