Skip to content

Commit

Permalink
Update deploy_api_docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-fiorito-11 committed Jul 7, 2023
1 parent 7b4f006 commit b0fac61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_api_docs.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
python-version: "3.x"
- name: install general python dependencies
run: pip install sphinx sphinx_rtd_theme codecov numpydoc
run: pip install sphinx sphinx_rtd_theme codecov numpydoc sandy
- name: make docs
run: bash make_docs.sh html
- name: Pushes to another repository
Expand Down

0 comments on commit b0fac61

Please sign in to comment.