Skip to content

Commit b5fadf8

Browse files
committed
install only required packages
1 parent 421d7e4 commit b5fadf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install dependencies
3131
run: |
3232
python -m pip install uv --upgrade
33-
python -m uv pip install --system .[docs]
33+
python -m uv pip install --system "sphinx == 8.2.3" "sphinx-autodoc-typehints == 3.5.2" "sphinx-autobuild == 2025.8.25" "numpydoc == 1.10.0" "myst-parser == 4.0.1"
3434
3535
- name: Sphinx build
3636
run: |

0 commit comments

Comments
 (0)