Merged
Conversation
The "genanchorlinks" script is failing when I update the docker image to the latest version. I think the new docker image probably has a newer Python, and this script probably has a bug that is diagnosed by the new Python. It's not worth fixing, though, because we don't even need this script. It seems to be something we inherited from Vulkan when we first set up our build process. Remove the script and the associated "VUID" styling from the CSS file. I verified that the only difference in the generated HTML is that the CSS related to "VUID" is no longer there. There are no anchors with "VUID" ids, so this styling has no effect. All this "VUID" stuff seems to be a Vulkan-specific convention, which we don't use in the SYCL spec.
Contributor
Author
|
Merging as editorial |
gmlueck
added a commit
to gmlueck/SYCL-Docs
that referenced
this pull request
Feb 20, 2026
Cherry pick KhronosGroup#970 from main (cherry picked from commit 9f77a7e)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The "genanchorlinks" script is failing when I update the docker image to the latest version. I think the new docker image probably has a newer Python, and this script probably has a bug that is diagnosed by the new Python.
It's not worth fixing, though, because we don't even need this script. It seems to be something we inherited from Vulkan when we first set up our build process. Remove the script and the associated "VUID" styling from the CSS file.
I verified that the only difference in the generated HTML is that the CSS related to "VUID" is no longer there. There are no anchors with "VUID" ids, so this styling has no effect.
All this "VUID" stuff seems to be a Vulkan-specific convention, which we don't use in the SYCL spec.