[DOCS] Add sitemap configuration 22.3

This commit is contained in:
bstankix 2023-06-28 13:42:28 +02:00 committed by GitHub
parent c34780b4ae
commit 4638b2bde4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -28,6 +28,7 @@ copyright = '2022, Intel®'
author = 'Intel®'
language = 'en'
version_name = '2022.3'
# -- General configuration ---------------------------------------------------
@ -48,7 +49,13 @@ extensions = [
html_baseurl = 'https://docs.openvino.ai/canonical/'
# -- Sitemap configuration ---------------------------
sitemap_url_scheme = "{link}"
site_url = f'https://docs.openvino.ai/{version_name}/'
# ----------------------------------------------------
html_favicon = '_static/favicon.ico'
autodoc_default_flags = ['members']