Skip to content

Commit d176d97

Browse files
update gitworkflow
1 parent 498c0fc commit d176d97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/static.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24-
pip install sphinx sphinx-rtd-theme sphinx-autodoc-typehints
24+
pip install sphinx sphinx-rtd-theme sphinx-autodoc-typehints furo
2525
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2626
pip install . # Install the local package to make it importable
2727

0 commit comments

Comments
 (0)