From d1e73f2ffe605877efc3bf191cb92dcd5b252ad2 Mon Sep 17 00:00:00 2001 From: bstankix Date: Tue, 23 May 2023 15:51:41 +0200 Subject: [PATCH] [DOCS] Change html_baseurl to canonical Change html_baseurl to canonical (#17687) --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index e1cbbd5c3fc..e0dc2ec6c32 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -46,7 +46,7 @@ extensions = [ 'sphinx_sitemap' ] -html_baseurl = 'https://docs.openvino.ai/latest/' +html_baseurl = 'https://docs.openvino.ai/canonical/' sitemap_url_scheme = "{link}"