Skip to content

Commit

Permalink
Fix docs build (update dependencies)
Browse files Browse the repository at this point in the history
  • Loading branch information
ods committed Jan 13, 2024
1 parent d4f23b6 commit 4fdebbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
key: ${{ runner.os }}-py-3.9-${{ hashFiles('requirements-ci.txt') }}-${{ hashFiles('setup.py') }}
# If miss on key takes any other cache with different hashes, will download correct ones on next step anyway
restore-keys: |
${{ runner.os }}-py-3.9-
${{ runner.os }}-py-3.9-
- name: Install python dependencies
run: |
Expand Down
6 changes: 3 additions & 3 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r requirements-cython.txt
Sphinx==4.3.0
Sphinx==7.2.6
sphinxcontrib-asyncio==0.3.0
sphinxcontrib-spelling==7.2.1
alabaster==0.7.12
sphinxcontrib-spelling==8.0.0
alabaster==0.7.16
-e .

0 comments on commit 4fdebbc

Please sign in to comment.