Skip to content

Commit

Permalink
Install all requirements during doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
ericblam committed Nov 4, 2023
1 parent 2b1a07c commit 9a79aee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:

- name: Build API Docs
run: |
pip install sphinx sphinx-autodoc-typehints
pip install -r requirements.txt
pip install -r requirements-dev.txt
sphinx-apidoc -o docs/source/ src/dancesport_parser
sphinx-build -b html docs/source/ docs
Expand Down

0 comments on commit 9a79aee

Please sign in to comment.