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 04ccd13 commit b1fb7db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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
poetry install --all-extras
pip install -r docs/source/requirements.txt
- name: Build docs
run: |
Expand Down
3 changes: 1 addition & 2 deletions docs/source/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
sphinx
sphinxawesome-theme==5.2.0
sphinx-autodoc-typehints
.
sphinx-autodoc-typehints

0 comments on commit b1fb7db

Please sign in to comment.