Skip to content

Commit 469068e

Browse files
committed
Merge branch 'develop'
2 parents 6f9d5ce + dbcf270 commit 469068e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/setup-python@v2
3636
- name: Install Sphinx
3737
run: |
38-
pip install sphinx sphinx-rtd-theme
38+
pip install -r docs/requirements.txt
3939
pip install .
4040
- name: Build docs with Sphinx
4141
run: |

0 commit comments

Comments
 (0)