Skip to content

Commit

Permalink
Use nvidia-sphinx-theme for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
benfred committed Dec 11, 2024
1 parent 5d7c59b commit fb81fc3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ dependencies:
- numpy>=1.23,<3.0a0
- numpydoc
- nvcc_linux-aarch64=11.8
- nvidia-sphinx-theme
- openblas
- pre-commit
- pydata-sphinx-theme
- pylibraft==25.2.*,>=0.0.0a0
- pytest-cov
- pytest==7.*
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ dependencies:
- numpy>=1.23,<3.0a0
- numpydoc
- nvcc_linux-64=11.8
- nvidia-sphinx-theme
- openblas
- pre-commit
- pydata-sphinx-theme
- pylibraft==25.2.*,>=0.0.0a0
- pytest-cov
- pytest==7.*
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-125_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ dependencies:
- ninja
- numpy>=1.23,<3.0a0
- numpydoc
- nvidia-sphinx-theme
- openblas
- pre-commit
- pydata-sphinx-theme
- pylibraft==25.2.*,>=0.0.0a0
- pytest-cov
- pytest==7.*
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-125_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ dependencies:
- ninja
- numpy>=1.23,<3.0a0
- numpydoc
- nvidia-sphinx-theme
- openblas
- pre-commit
- pydata-sphinx-theme
- pylibraft==25.2.*,>=0.0.0a0
- pytest-cov
- pytest==7.*
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ dependencies:
- graphviz
- ipython
- numpydoc
- pydata-sphinx-theme
- nvidia-sphinx-theme
- recommonmark
- sphinx-copybutton
- sphinx-markdown-tables
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
# a list of builtin themes.
#

html_theme = "pydata_sphinx_theme"
html_theme = "nvidia_sphinx_theme"


# Theme options are theme-specific and customize the look and feel of a theme
Expand Down

0 comments on commit fb81fc3

Please sign in to comment.