Publishing updates - #3399
Open
zredeaux07 wants to merge 14 commits into
Open
Conversation
Changed HTML theme from 'sphinx_rtd_theme' to 'nvidia_sphinx_theme' and updated theme options. Signed-off-by: Zenobia "Z" Redeaux <161058543+zredeaux07@users.noreply.github.com>
Signed-off-by: Zenobia "Z" Redeaux <161058543+zredeaux07@users.noreply.github.com>
Signed-off-by: Zenobia "Z" Redeaux <161058543+zredeaux07@users.noreply.github.com>
zredeaux07
marked this pull request as draft
August 18, 2026 21:05
Contributor
Greptile SummaryThe PR updates the documentation publishing configuration to use NVIDIA’s Sphinx theme and adds initial release and archive content.
Confidence Score: 5/5The PR appears safe to merge. No blocking failure remains. Important Files Changed
Reviews (5): Last reviewed commit: "Add copyright to documentation-archive.r..." | Re-trigger Greptile |
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> Signed-off-by: Zenobia "Z" Redeaux <161058543+zredeaux07@users.noreply.github.com>
Giving the file an extension. Signed-off-by: Zenobia "Z" Redeaux <161058543+zredeaux07@users.noreply.github.com>
for more information, see https://pre-commit.ci
mckimn
reviewed
Aug 18, 2026
ksivaman
reviewed
Aug 18, 2026
Co-authored-by: mckimn <nmckimpson@nvidia.com> Signed-off-by: Zenobia "Z" Redeaux <161058543+zredeaux07@users.noreply.github.com>
Co-authored-by: mckimn <nmckimpson@nvidia.com> Signed-off-by: Zenobia "Z" Redeaux <161058543+zredeaux07@users.noreply.github.com>
| "autoapi.extension", | ||
| "sphinx_tabs.tabs", | ||
| "myst_parser", | ||
| "nvidia-sphinx-theme", |
Contributor
There was a problem hiding this comment.
Theme extension name cannot import
When CI, nightly publishing, or a local Sphinx build loads this configuration, Sphinx attempts to import the hyphenated nvidia-sphinx-theme extension name and aborts before generating HTML. The documentation environment also does not install the newly selected theme, so the attempted fix leaves the unavailable-theme build failure in place.
zredeaux07
marked this pull request as ready for review
August 25, 2026 19:15
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.
Made the following changes: