From af662017d34f31d9122c7349f842c49aef164b0e Mon Sep 17 00:00:00 2001 From: niklastheman Date: Mon, 14 Oct 2024 11:58:46 +0200 Subject: [PATCH] added html_baseurl to fix canonical issue --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 53c28d4b8..39898deec 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,6 +41,7 @@ # The theme to use for HTML and HTML Help pages. html_theme = "sphinx_rtd_theme" +html_baseurl = "https://docs.scaleoutsystems.com/en/stable/" html_theme_options = { "logo_only": True, }