From c946b35f71d68916aca521dacfe3a15154731416 Mon Sep 17 00:00:00 2001 From: Martin Trigaux Date: Thu, 6 May 2021 13:42:08 +0200 Subject: [PATCH] [FIX] conf: specify which value is actually needed --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index c44925f63..a92ac09d4 100644 --- a/conf.py +++ b/conf.py @@ -308,7 +308,7 @@ def _generate_alternate_urls(app, pagename, templatename, context, doctree): def _build_url(_version=None, _lang=None): if app.config.is_remote_build: - # Project root like https://odoo.com/documentation/14.0/fr + # Project root like https://www.odoo.com/documentation _root = app.config.project_root else: # Project root like .../documentation/_build/html/14.0/fr