From fe9258a208a78c824e80ca760e53aedc9321afd2 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 16 May 2024 07:07:50 +0200 Subject: [PATCH] Update site-URL mkdocs config in stable Adds support for proper error pages --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 0a1b65f03..ce4329696 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,5 @@ site_name: Freqtrade -site_url: https://www.freqtrade.io/en/latest/ +site_url: !ENV [READTHEDOCS_CANONICAL_URL, 'https://www.freqtrade.io/en/latest/'] repo_url: https://github.com/freqtrade/freqtrade edit_uri: edit/develop/docs/ use_directory_urls: True