mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 02:39:28 +00:00
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:
parent
d0fbb3e1a4
commit
465fe20478
1 changed files with 1 additions and 0 deletions
|
@ -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 = """
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue