Skip to content

Commit

Permalink
Update docs.yaml
Browse files Browse the repository at this point in the history
Change workflow to only install packages necessary to build docs.
  • Loading branch information
rhoadesScholar authored Jun 27, 2024
1 parent d8f6755 commit cca5064
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
with:
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
- name: install dacapo
run: pip install .[docs]
# run: pip install .[docs]
run: pip install sphinx-autodoc-typehints sphinx-autoapi sphinx-click sphinx-rtd-theme myst-parser
- name: Build and Commit
uses: sphinx-notes/pages@v2
with:
Expand Down

0 comments on commit cca5064

Please sign in to comment.