Skip to content

Commit

Permalink
bump sphinx version
Browse files Browse the repository at this point in the history
nvidia-sphinx-theme calls `sphinx.util.fileutil.copy_asset_file` with
a Path - but sphinx v7.* expects a `str` , which causes the build to fail.
Require sphinx v8 here to make this work
  • Loading branch information
benfred committed Dec 12, 2024
1 parent 3d65929 commit 336de13
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda/environments/all_cuda-118_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ dependencies:
- scikit-learn
- sphinx-copybutton
- sphinx-markdown-tables
- sphinx>=8.0.0
- sysroot_linux-aarch64==2.17
- pip:
- nvidia-sphinx-theme
Expand Down
1 change: 1 addition & 0 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ dependencies:
- scikit-learn
- sphinx-copybutton
- sphinx-markdown-tables
- sphinx>=8.0.0
- sysroot_linux-64==2.17
- pip:
- nvidia-sphinx-theme
Expand Down
1 change: 1 addition & 0 deletions conda/environments/all_cuda-125_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ dependencies:
- scikit-learn
- sphinx-copybutton
- sphinx-markdown-tables
- sphinx>=8.0.0
- sysroot_linux-aarch64==2.17
- pip:
- nvidia-sphinx-theme
Expand Down
1 change: 1 addition & 0 deletions conda/environments/all_cuda-125_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ dependencies:
- scikit-learn
- sphinx-copybutton
- sphinx-markdown-tables
- sphinx>=8.0.0
- sysroot_linux-64==2.17
- pip:
- nvidia-sphinx-theme
Expand Down
1 change: 1 addition & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@ dependencies:
- ipython
- numpydoc
- recommonmark
- sphinx>=8.0.0
- sphinx-copybutton
- sphinx-markdown-tables
- pip:
Expand Down

0 comments on commit 336de13

Please sign in to comment.