Browse Source

:octocat:

smiley 2 years ago
parent
commit
af284bfb53
1 changed files with 3 additions and 0 deletions
  1. 3 0
      docs/conf.py

+ 3 - 0
docs/conf.py

@@ -240,3 +240,6 @@ html_show_sphinx = False
 
 # Output file base name for HTML help builder.
 #htmlhelp_basename = ''
+
+# https://myst-parser.readthedocs.io/en/latest/syntax/cross-referencing.html#handling-invalid-references
+suppress_warnings = ["myst.xref_missing"]