Skip to content

Commit f656626

Browse files
committed
docs
1 parent 88533a9 commit f656626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
python-version: "3.11"
1616
- name: Install dependencies
1717
run: |
18-
pip install sphinx furo sphinx-autodoc typeguard sphinx-rtd-theme sphinxcontrib-apidoc sphinxcontrib-napoleon
18+
pip install -r requirements.txt
1919
- name: Sphinx build
2020
run: |
2121
cd docs/

0 commit comments

Comments
 (0)