Skip to content

Commit 060af3e

Browse files
authored
Pin Sphinx <8.2.0 to fix doc build (#456)
* pin Sphinx to fix doc build * use conda packages only so that conda can apply version constraint correctly
1 parent 1ac7d2c commit 060af3e

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

cuda_python/docs/environment-docs.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@ dependencies:
1010
- pydata-sphinx-theme
1111
- pytest
1212
- scipy
13-
- sphinx
13+
- sphinx <8.2.0
1414
- sphinx-copybutton
15-
- pip:
16-
- furo
17-
- myst-nb
18-
- enum-tools
19-
- sphinx_toolbox
20-
- pyclibrary
15+
- furo
16+
- myst-nb
17+
- enum_tools
18+
- sphinx-toolbox
19+
- pyclibrary

0 commit comments

Comments
 (0)