Skip to content

Commit

Permalink
Update docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arxyzan committed Aug 15, 2023
1 parent c35b018 commit 5f679f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/setup-python@v3
- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme furo sphinx_copybutton docutils sphinx_inline_tabs sphinx_removed_in
pip install sphinx sphinx_rtd_theme furo sphinx_copybutton docutils sphinx_inline_tabs sphinx_removed_in sphinxext
- name: Sphinx build
run: |
sphinx-build -b html docs/source/ docs/build/html
Expand Down

0 comments on commit 5f679f7

Please sign in to comment.