Skip to content
Snippets Groups Projects
Commit b1fb7dbc authored by James Briggs's avatar James Briggs
Browse files

fix: sr install

parent 04ccd130
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ jobs: ...@@ -32,7 +32,7 @@ jobs:
cache: poetry cache: poetry
- name: Install dependencies - name: Install dependencies
run: | run: |
poetry install poetry install --all-extras
pip install -r docs/source/requirements.txt pip install -r docs/source/requirements.txt
- name: Build docs - name: Build docs
run: | run: |
......
sphinx sphinx
sphinxawesome-theme==5.2.0 sphinxawesome-theme==5.2.0
sphinx-autodoc-typehints sphinx-autodoc-typehints
. \ No newline at end of file
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment