Change html_baseurl to canonical (#18252)

This commit is contained in:
bstankix 2023-06-27 10:25:33 +02:00 committed by GitHub
parent af91567d48
commit c34780b4ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}"