Skip to content

Commit 5e0e882

Browse files
authored
Fix docs build (update dependencies) (#957)
1 parent d4f23b6 commit 5e0e882

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
key: ${{ runner.os }}-py-3.9-${{ hashFiles('requirements-ci.txt') }}-${{ hashFiles('setup.py') }}
4343
# If miss on key takes any other cache with different hashes, will download correct ones on next step anyway
4444
restore-keys: |
45-
${{ runner.os }}-py-3.9-
45+
${{ runner.os }}-py-3.9-
4646
4747
- name: Install python dependencies
4848
run: |

requirements-docs.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r requirements-cython.txt
2-
Sphinx==4.3.0
2+
Sphinx==7.2.6
33
sphinxcontrib-asyncio==0.3.0
4-
sphinxcontrib-spelling==7.2.1
5-
alabaster==0.7.12
4+
sphinxcontrib-spelling==8.0.0
5+
alabaster==0.7.16
66
-e .

0 commit comments

Comments
 (0)