Skip to content

Commit

Permalink
install solosis module for sphinx autodocs
Browse files Browse the repository at this point in the history
  • Loading branch information
davehorsfall committed Oct 18, 2024
1 parent 2ca63c0 commit 2149436
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r ./envs/dev/requirements.txt
pip install -e .
- name: Sphinx Build
working-directory: ./sphinx
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r ./envs/dev/requirements.txt
pip install -e .
- name: Sphinx Build
working-directory: ./sphinx
run: |
Expand Down

0 comments on commit 2149436

Please sign in to comment.