Skip to content

Commit 9c021a1

Browse files
authored
Merge pull request #360 from pymzml/MKoesters-patch-1
Update sphinx.yml
2 parents f5552ee + 7da5931 commit 9c021a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sphinx.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install and Build HTML
1717
run: |
1818
pip install --upgrade pip
19-
pip install sphinx sphinx-rtd-theme
19+
pip install docs/requirements.txt
2020
pip install ".[full]"
2121
sphinx-build ./docs/source ./docs/build
2222

0 commit comments

Comments
 (0)