From fcc741b909f3369bb9e687ee4854eedab3b2281c Mon Sep 17 00:00:00 2001 From: Brain Date: Sat, 17 Sep 2022 10:23:14 +0200 Subject: [PATCH] Include mumble schema for external links Fixes #2 --- source/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/conf.py b/source/conf.py index 558ce57..92a4056 100644 --- a/source/conf.py +++ b/source/conf.py @@ -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 -------------------------------------------------