Fix external links from the C++ docs in markdown files

Recgonize the default schemes, otherwise
myst-parser thinks they're internal.
This commit is contained in:
Simon Hausmann 2023-08-30 14:58:31 +02:00
parent d0fbb3e1a4
commit 465fe20478

View file

@ -116,6 +116,7 @@ myst_heading_anchors = 2
myst_url_schemes = {
"slint-reference": f"https://slint.dev/releases/{version}/docs/slint/{{{{path}}}}",
'http': None, 'https': None, 'mailto': None,
}
rst_epilog = """