[codex] Fix generated cuda-bindings problematic doc anchors#2186
Open
kkraus14 wants to merge 25 commits into
Open
[codex] Fix generated cuda-bindings problematic doc anchors#2186kkraus14 wants to merge 25 commits into
kkraus14 wants to merge 25 commits into
Conversation
Collaborator
Author
|
/ok to test |
127f9f6 to
159377e
Compare
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
|
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.
Description
Stacked on #2159. This removes the temporary lychee exclusion for generated
cuda-bindings
#id[0-9]+anchors after regenerating the affected CUDA Driverand Runtime docs/docstrings from the targeted cybind fix.
Cybind dependency: https://gitlab-master.nvidia.com/leof/cybind/-/merge_requests/410
Changes
output that previously rendered docutils
problematicanchors.cuda-bindings/latest/module/{driver,runtime}.html#id[0-9]+frombuild-docs.yml.Validation
PRE_COMMIT_HOME=/tmp/pre-commit-cache-2159 pixi run pre-commit run check-yaml --files .github/workflows/build-docs.ymlPRE_COMMIT_HOME=/tmp/pre-commit-cache-2159 pixi run pre-commit run actionlint --files .github/workflows/build-docs.ymlPRE_COMMIT_HOME=/tmp/pre-commit-cache-2159 pixi run pre-commit run lychee --files cuda_bindings/docs/source/module/driver.rst cuda_bindings/docs/source/module/runtime.rstPRE_COMMIT_HOME=/tmp/pre-commit-cache-2159 pixi run pre-commit run rst-backticks --files cuda_bindings/docs/source/module/driver.rst cuda_bindings/docs/source/module/runtime.rstPRE_COMMIT_HOME=/tmp/pre-commit-cache-2159 pixi run pre-commit run rst-directive-colons --files cuda_bindings/docs/source/module/driver.rst cuda_bindings/docs/source/module/runtime.rstPRE_COMMIT_HOME=/tmp/pre-commit-cache-2159 pixi run pre-commit run rst-inline-touching-normal --files cuda_bindings/docs/source/module/driver.rst cuda_bindings/docs/source/module/runtime.rstpixi run --manifest-path cuda_bindings -e docs build-docsLocal rendered-HTML lychee still fails when building docs against the installed
13.2.0 cuda-bindings package because those generated docstrings are stale in the
local docs environment. The full local package build was blocked by unrelated
cufile symbol mismatches in the local CUDA package set, so CI should validate
the rendered HTML with the PR-built package.