Add myst_url_schemes config for external links

pull/11495/head
Neeraj P Yetheendran 2023-11-13 14:14:09 +05:30 zatwierdzone przez LB (Ben Johnston)
rodzic d0f5c4fa7e
commit ecc1194f61
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -139,6 +139,12 @@ intersphinx_mapping = {
)
}
myst_url_schemes = {
"https": None,
"http": None,
"mailto": None,
}
# -- Options for HTML output ----------------------------------------------
# Theme options are theme-specific and customise the look and feel of a theme