Include mumble schema for external links #13

Merged
Brain merged 1 commits from fix-mumble-links into main 2022-09-17 10:50:02 +02:00
Showing only changes of commit fcc741b909 - Show all commits

View File

@ -51,6 +51,8 @@ language = 'de'
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = []
myst_url_schemes = ['http', 'https', 'mailto', 'ftp', 'mumble']
# -- Options for HTML output -------------------------------------------------