Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] 2025 version change - no port #28658

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading