Compare commits

..

2 Commits

Author SHA1 Message Date
4688bc13ae Merge pull request 'Include mumble schema for external links' (#13) from fix-mumble-links into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #13
2022-09-17 10:50:01 +02:00
fcc741b909
Include mumble schema for external links
All checks were successful
continuous-integration/drone/pr Build is passing
Fixes #2
2022-09-17 10:23:14 +02:00

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 -------------------------------------------------