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 27, 2025
1 parent 815af98 commit 19f933f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 0 additions & 2 deletions docs/dev/pypi_publish/pre-release-note.md

This file was deleted.

3 changes: 1 addition & 2 deletions docs/dev/pypi_publish/pypi-openvino-rt.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# OpenVINO™

<!--- The note below is intended for master branch only for pre-release purpose. Remove it for official releases. --->
> **NOTE**: This version is pre-release software and has not undergone full release validation or qualification. No support is offered on pre-release software and APIs/behavior are subject to change. It should NOT be incorporated into any production software/solution and instead should be used only for early testing and integration while awaiting a final release version of this software.


Intel® Distribution of OpenVINO™ toolkit is an open-source toolkit for optimizing and deploying
AI inference. It can be used to develop applications and solutions based on deep learning tasks,
Expand Down
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 19f933f

Please sign in to comment.