Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v3
- name: 'Install dependencies'
run: |
pip install sphinx==8.1.3 sphinx_rtd_theme==3.0.1 nbsphinx==0.9.5 IPython ipython_genutils==0.2.0 ipywidgets==8.0.2 astroid==3.3.2 sphinx-tabs==3.4.7
pip install sphinx==8.1.3 nvidia-sphinx-theme==0.0.9.post1 pydata-sphinx-theme==0.19.0 nbsphinx==0.9.5 IPython ipython_genutils==0.2.0 ipywidgets==8.0.2 astroid==3.3.2 sphinx-tabs==3.4.7 myst-parser==4.0.1
pip install breathe==4.35.0 sphinx-autoapi==3.3.2
sudo apt-get install -y pandoc graphviz doxygen
export GIT_SHA=$(git show-ref --hash HEAD)
Expand Down
1 change: 0 additions & 1 deletion docs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
_build
doxygen
sphinx_rtd_theme
9 changes: 2 additions & 7 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,5 @@ help:

# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile sphinx_rtd_theme
PYTHONPATH=sphinx_rtd_theme:$(PYTHONPATH) $(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

# Patch Sphinx RTD theme 3.0.1 to add version selector in sidebar
sphinx_rtd_theme:
git clone --depth=1 -b 3.0.1 --single-branch https://github.com/readthedocs/sphinx_rtd_theme.git
bash -c "cd sphinx_rtd_theme; git apply ../version_select.patch"
%: Makefile
$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
1 change: 0 additions & 1 deletion docs/_static/NVIDIA-LogoBlack.svg

This file was deleted.

53 changes: 0 additions & 53 deletions docs/_static/css/nvidia_font.css

This file was deleted.

29 changes: 0 additions & 29 deletions docs/_static/css/nvidia_footer.css

This file was deleted.

43 changes: 0 additions & 43 deletions docs/_static/css/rtabs.css

This file was deleted.

11 changes: 0 additions & 11 deletions docs/_static/css/sphinx_tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,3 @@
background-color: #f9f9f9;
}

/* Dark mode support for RTD theme */
.rst-content .sphinx-tabs-tab {
color: #333;
}

.rst-content .sphinx-tabs-tab[aria-selected="true"] {
color: white;
}



3 changes: 1 addition & 2 deletions docs/_static/css/svg-responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/* Make all SVG images responsive */
.document svg,
.document object[type="image/svg+xml"],
.rst-content svg {
.bd-content svg {
max-width: 100%;
height: auto;
display: block;
Expand Down Expand Up @@ -69,4 +69,3 @@




1 change: 1 addition & 0 deletions docs/_static/nvidia-logo-horiz-rgb-1c-blk-for-screen.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/_static/nvidia-logo-horiz-rgb-1c-wht-for-screen.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/_static/nvidia-logo-horiz-rgb-blk-for-screen.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/_static/nvidia-logo-horiz-rgb-wht-for-screen.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 0 additions & 23 deletions docs/_templates/footer.html

This file was deleted.

Loading
Loading