mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-29 05:14:48 +00:00
Fix links to widgets in AccessibleRole docs embedded in i-slint-backend-testing docs
The relative links don't work, so use slint-reference: custom schemes that works with sphinx and is rewritten with JavaScript through injections.
This commit is contained in:
parent
700bf0dd12
commit
f1987cd208
3 changed files with 33 additions and 13 deletions
|
@ -101,6 +101,7 @@ myst_url_schemes = {
|
|||
"slint-rust": f"https://slint.dev/releases/{version}/docs/rust/slint/{{{{path}}}}",
|
||||
"slint-build-rust": f"https://slint.dev/releases/{version}/docs/rust/slint_build/{{{{path}}}}",
|
||||
"slint-node": f"https://slint.dev/releases/{version}/docs/node/{{{{path}}}}",
|
||||
"slint-reference": f"https://slint.dev/releases/{version}/docs/slint/{{{{path}}}}",
|
||||
'http': None, 'https': None, 'mailto': None,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue