Skip to content

Fix pr 4271 stateful doc link#36481

Merged
michalzx merged 2 commits into
openvinotoolkit:masterfrom
michalzx:fix-pr-4271-stateful-doc-link
Jun 23, 2026
Merged

Fix pr 4271 stateful doc link#36481
michalzx merged 2 commits into
openvinotoolkit:masterfrom
michalzx:fix-pr-4271-stateful-doc-link

Conversation

@michalzx

Copy link
Copy Markdown
Contributor

Summary
Fixes documentation build failure caused by a broken internal link
after removal of the stateful models documentation page.
Changes

Removed invalid :doc: link referencing the deleted stateful-models page
Updated the OpenVINO stateful models guide to eliminate the broken Model Server link

Note that this PR also includes inherited submodule pointer updates from the master base commit de95f5c, which updates CPU plugin third-party dependencies (ComputeLibrary and onednn). These changes were already present on the branch base and are unrelated to the documentation fix, but I got them when I was updating my local fork from the master.

Motivation
After merging PR #4271 ("Remove stateful model feature support"),
builds from the master branch began failing due to a documentation error.
The root cause was an internal Sphinx :doc: reference pointing to a page
that had been removed, which resulted in a build-breaking error.
This change resolves the issue by removing the stale reference.
Implementation Notes

Fix ensures that all internal documentation links point to valid pages
Prevents Sphinx build failures caused by missing targets
Keeps documentation consistent with previously removed content

Testing

Reproduced the issue locally
Verified the fix with a local Sphinx build
Validated the fix using Jenkins, build completed successfully

Checklist

Fix is minimal and focused
Root cause identified and addressed
Documentation builds successfully (local + Jenkins)
No unrelated changes included

@michalzx michalzx requested review from a team as code owners June 19, 2026 12:53
@michalzx michalzx requested review from whitneyfoster and removed request for a team June 19, 2026 12:53
@github-actions github-actions Bot added category: GPU OpenVINO GPU plugin category: CPU OpenVINO CPU plugin category: docs OpenVINO documentation category: dependency_changes Pull requests that update a dependency file labels Jun 19, 2026
@michalzx michalzx self-assigned this Jun 19, 2026

@p-durandin p-durandin left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@michalzx please remove oneDNN GPU and LevelZero updates

@whitneyfoster

Copy link
Copy Markdown
Contributor

@michalzx can you do a PR with just the update to stateful-models.rst? we should just be changing documentation

@michalzx michalzx force-pushed the fix-pr-4271-stateful-doc-link branch from 82fee17 to 627a585 Compare June 23, 2026 09:57
@github-actions github-actions Bot removed category: GPU OpenVINO GPU plugin category: CPU OpenVINO CPU plugin category: dependency_changes Pull requests that update a dependency file labels Jun 23, 2026
@michalzx michalzx requested a review from p-durandin June 23, 2026 10:15
@michalzx

Copy link
Copy Markdown
Contributor Author

@p-durandin (cc @whitneyfoster), now the PR is only changing the documentation file that likely broke generating builds from the master.

@michalzx michalzx dismissed p-durandin’s stale review June 23, 2026 13:37

The requested change was done and confirmed by another reviewer, Whitney.

@michalzx michalzx enabled auto-merge June 23, 2026 13:38
@michalzx michalzx added this pull request to the merge queue Jun 23, 2026
Merged via the queue into openvinotoolkit:master with commit 65eb3a4 Jun 23, 2026
166 checks passed
@michalzx michalzx deleted the fix-pr-4271-stateful-doc-link branch June 23, 2026 16:21
pj3iL pushed a commit to pj3iL/openvino that referenced this pull request Jun 24, 2026
Summary
Fixes documentation build failure caused by a broken internal link
after removal of the stateful models documentation page.
Changes

Removed invalid :doc: link referencing the deleted stateful-models page
Updated the OpenVINO stateful models guide to eliminate the broken Model
Server link

Note that this PR also includes inherited submodule pointer updates from
the master base commit de95f5c, which updates CPU plugin third-party
dependencies (ComputeLibrary and onednn). These changes were already
present on the branch base and are unrelated to the documentation fix,
but I got them when I was updating my local fork from the master.

Motivation
After merging [PR openvinotoolkit#4271 ("Remove stateful model feature
support")](openvinotoolkit/model_server#4271),
builds from the master branch began failing due to a documentation
error.
The root cause was an internal Sphinx :doc: reference pointing to a page
that had been removed, which resulted in a build-breaking error.
This change resolves the issue by removing the stale reference.
Implementation Notes

Fix ensures that all internal documentation links point to valid pages
Prevents Sphinx build failures caused by missing targets
Keeps documentation consistent with previously removed content

Testing

Reproduced the issue locally
Verified the fix with a local Sphinx build
Validated the fix using Jenkins, build completed successfully

Checklist

 Fix is minimal and focused
 Root cause identified and addressed
 Documentation builds successfully (local + Jenkins)
 No unrelated changes included

Co-authored-by: whitneyfoster <whitney.foster@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: docs OpenVINO documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants