Skip to content

Commit ad44deb

Browse files
[DOCS] 2025 version change - no port (#28658)
1 parent cb02cb4 commit ad44deb

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

docs/dev/pypi_publish/pre-release-note.md

-2
This file was deleted.

docs/dev/pypi_publish/pypi-openvino-rt.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# OpenVINO™
22

3-
<!--- The note below is intended for master branch only for pre-release purpose. Remove it for official releases. --->
4-
> **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.
3+
54

65
Intel® Distribution of OpenVINO™ toolkit is an open-source toolkit for optimizing and deploying
76
AI inference. It can be used to develop applications and solutions based on deep learning tasks,

docs/sphinx_setup/conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
from sphinx.ext.autodoc import ClassDocumenter
1515

1616
project = 'OpenVINO™'
17-
copyright = '2024, Intel®'
17+
copyright = '2025, Intel®'
1818
author = 'Intel®'
1919

2020
language = 'en'
21-
version_name = 'nightly'
21+
version_name = '2025'
2222

2323
# -- General configuration ---------------------------------------------------
2424
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
@@ -48,7 +48,7 @@
4848
except ImportError:
4949
autodoc_mock_imports.append("openvino_genai")
5050

51-
51+
5252
breathe_projects = {
5353
"openvino": "../xml/"
5454
}

0 commit comments

Comments
 (0)