We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4f23b6 commit 5e0e882Copy full SHA for 5e0e882
.github/workflows/tests.yml
@@ -42,7 +42,7 @@ jobs:
42
key: ${{ runner.os }}-py-3.9-${{ hashFiles('requirements-ci.txt') }}-${{ hashFiles('setup.py') }}
43
# If miss on key takes any other cache with different hashes, will download correct ones on next step anyway
44
restore-keys: |
45
- ${{ runner.os }}-py-3.9-
+ ${{ runner.os }}-py-3.9-
46
47
- name: Install python dependencies
48
run: |
requirements-docs.txt
@@ -1,6 +1,6 @@
1
-r requirements-cython.txt
2
-Sphinx==4.3.0
+Sphinx==7.2.6
3
sphinxcontrib-asyncio==0.3.0
4
-sphinxcontrib-spelling==7.2.1
5
-alabaster==0.7.12
+sphinxcontrib-spelling==8.0.0
+alabaster==0.7.16
6
-e .
0 commit comments