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 2a281fc commit af284bfCopy full SHA for af284bf
docs/conf.py
@@ -240,3 +240,6 @@ def get_version():
240
241
# Output file base name for HTML help builder.
242
#htmlhelp_basename = ''
243
+
244
+# https://myst-parser.readthedocs.io/en/latest/syntax/cross-referencing.html#handling-invalid-references
245
+suppress_warnings = ["myst.xref_missing"]
0 commit comments