Skip to content
Draft
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 cuda_bindings/pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pyclibrary = "*"
pydata-sphinx-theme = "*"
pytest = "*"
scipy = "*"
sphinx = "<8.2.0"
sphinx = ">=9,<10"
sphinx-copybutton = "*"
sphinx-toolbox = "*"

Expand Down
2 changes: 1 addition & 1 deletion cuda_core/pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ pip = "*"
pydata-sphinx-theme = "*"
pytest = "*"
scipy = "*"
sphinx = "<8.2.0"
sphinx = ">=9,<10"
sphinx-copybutton = "*"
myst-nb = "*"
enum_tools = "*"
Expand Down
2 changes: 1 addition & 1 deletion cuda_pathfinder/pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pyclibrary = "*"
pydata-sphinx-theme = "*"
pytest = "*"
scipy = "*"
sphinx = "<8.2.0"
sphinx = ">=9,<10"
sphinx-copybutton = "*"
sphinx-toolbox = "*"

Expand Down
2 changes: 1 addition & 1 deletion cuda_python/docs/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- pydata-sphinx-theme
- pytest
- scipy
- sphinx <8.2.0
- sphinx >=9,<10
- sphinx-copybutton
- myst-nb
- enum_tools
Expand Down
2 changes: 1 addition & 1 deletion toolshed/setup-docs-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ conda create -y -n "${ENV_NAME}" \
pydata-sphinx-theme \
pytest \
scipy \
"sphinx<8.2.0" \
"sphinx>=9,<10" \
sphinx-copybutton \
myst-nb \
enum_tools \
Expand Down