Skip to content

Commit 59ca5f3

Browse files
authored
ci(buildrelease): pin Python dependencies (#28)
1 parent b44e29f commit 59ca5f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/buildrelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ jobs:
8686
- name: Install dependencies
8787
run: |
8888
python -m pip install \
89-
Sphinx \
90-
python-docs-theme
89+
"Sphinx<9" \
90+
"python-docs-theme<2026"
9191
shell: bash
9292

9393
- name: Set SPHINXBUILD environment variable

0 commit comments

Comments
 (0)