docs: add pixi docs env and clean repo-owned warnings#1870
Merged
cpcloud merged 4 commits intoNVIDIA:mainfrom Apr 8, 2026
Merged
docs: add pixi docs env and clean repo-owned warnings#1870cpcloud merged 4 commits intoNVIDIA:mainfrom
cpcloud merged 4 commits intoNVIDIA:mainfrom
Conversation
This comment has been minimized.
This comment has been minimized.
rparolin
approved these changes
Apr 7, 2026
0b8b7ad to
47ed4fb
Compare
Add reproducible Pixi docs workflows for pathfinder, bindings, and core, and fix the warnings in source-owned docs and shared Sphinx extensions. Keep generated bindings module docs out of scope so the remaining warning set stays isolated to code generator output. Made-with: Cursor
Apply the formatter changes required by pre-commit.ci so the docs helper updates match repository formatting rules. Made-with: Cursor
Enable `-W --keep-going` for the pathfinder and core Sphinx builds so warning regressions fail the docs workflow while still reporting the full warning set. Made-with: Cursor
Remove the redundant cuda_core build-docs alias and point the repo-root docs task at the canonical docs-build target so the post-rebase docs workflow stays consistent. Made-with: Cursor
47ed4fb to
4ea7469
Compare
|
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.
Summary
cuda_pathfinder,cuda_bindings, andcuda_corecuda_pathfinderandcuda_corecuda_bindingsdocs/config warnings without patching generated module docsScope
cuda_bindingsmodule docs such asdocs/source/module/driver.rstanddocs/source/module/runtime.rstcuda_bindingswarnings come from generated module docs and are left for follow-up in the code generator flowcuda_bindingsdocs env uses releasedcuda-bindings = "13.2.*"because the local editable build currently fails before Sphinx runsValidation
pixi run -e docs docspixi run -e docs docs-pathfinderpixi run -e docs docs-corepixi run -e docs docs-bindingsCurrent results
cuda_pathfinder: docs build succeeds with no warningscuda_core: docs build succeeds with no warningscuda_bindings: docs build succeeds; generated module warnings remainMade with Cursor