Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liruilong940607 committed Sep 23, 2023
1 parent fb1da90 commit 5307cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc.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
pip install -r docs/requirements.txt
- name: Sphinx build
run: |
sphinx-build docs/source _build
Expand Down

0 comments on commit 5307cd6

Please sign in to comment.