Add sitemap configuration (#18267)

This commit is contained in:
bstankix 2023-06-28 13:19:34 +02:00 committed by GitHub
parent 1efb9eafae
commit 5941ad6e37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,7 @@ copyright = '2023, Intel®'
author = 'Intel®'
language = 'en'
version_name = 'nightly'
# -- 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']