Skip to content

Commit

Permalink
Update publish-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
harisankar95 committed Feb 12, 2024
1 parent fbf497b commit f51944c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
run: |
python -m pip install --upgrade pip
- name: Install dependencies
run: |
pip install -e .[vis]
- name: Build docs
run: |
pip install sphinx sphinx_rtd_theme recommonmark sphinx-autodoc-typehints sphinx-copybutton sphinx-prompt sphinx-notfound-page sphinx-autodoc-annotation
Expand Down

0 comments on commit f51944c

Please sign in to comment.