Skip to content

Commit

Permalink
[DOCS] 2025 version change - no port
Browse files Browse the repository at this point in the history
  • Loading branch information
kblaszczak-intel committed Jan 24, 2025
1 parent 815af98 commit d295e7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/sphinx_setup/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
from sphinx.ext.autodoc import ClassDocumenter

project = 'OpenVINO™'
copyright = '2024, Intel®'
copyright = '2025, Intel®'
author = 'Intel®'

language = 'en'
version_name = 'nightly'
version_name = '2025'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down Expand Up @@ -48,7 +48,7 @@
except ImportError:
autodoc_mock_imports.append("openvino_genai")


breathe_projects = {
"openvino": "../xml/"
}
Expand Down

0 comments on commit d295e7e

Please sign in to comment.