smiley před 2 roky
rodič
revize
af284bfb53
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  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"]