Skip to content

Commit 9f42c2c

Browse files
committed
Pin sphinx temporarily to fix warning building docs related to vendored six
1 parent 1a609fc commit 9f42c2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- name: Install dependencies
114114
run: |
115115
python -m pip install numpy
116-
python -m pip install sphinx
116+
python -m pip install "sphinx<9"
117117
python -m pip install numpydoc
118118
119119
- name: Test Docs
@@ -141,7 +141,7 @@ jobs:
141141
run: |
142142
python -m pip install build
143143
python -m pip install numpy
144-
python -m pip install sphinx
144+
python -m pip install "sphinx<9"
145145
python -m pip install numpydoc
146146
147147
- name: Create artifacts

0 commit comments

Comments
 (0)