Skip to content

Commit

Permalink
fix: sr install
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescalam committed Aug 30, 2024
1 parent b1fb7db commit 590d6b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cache: poetry
- name: Install dependencies
run: |
poetry install --all-extras
poetry install
pip install -r docs/source/requirements.txt
- name: Build docs
run: |
Expand Down
3 changes: 2 additions & 1 deletion docs/source/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sphinx
sphinxawesome-theme==5.2.0
sphinx-autodoc-typehints
sphinx-autodoc-typehints
.

0 comments on commit 590d6b5

Please sign in to comment.