Skip to content

Commit

Permalink
Update test-and-publish-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
harisankar95 committed Dec 29, 2023
1 parent 6adacda commit 2d40010
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-and-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:

- name: Build docs
run: |
pip install sphinx<=6.2.1 sphinx_rtd_theme recommonmark nbsphinx sphinx-autodoc-typehints sphinx-copybutton sphinx-prompt sphinx-notfound-page sphinx-version-warning sphinx-autodoc-annotation
pip install sphinx==6.2.1
pip install sphinx_rtd_theme recommonmark nbsphinx sphinx-autodoc-typehints sphinx-copybutton sphinx-prompt sphinx-notfound-page sphinx-version-warning sphinx-autodoc-annotation
sphinx-build -b html docs/ ./public
- name: Deploy docs
Expand Down

0 comments on commit 2d40010

Please sign in to comment.