Skip to content

Commit 771158d

Browse files
committed
Fix autobuild of docs
1 parent 7bf48ae commit 771158d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python-version: '3.x'
2424

2525
- name: Install Dependencies
26-
run: pip install sphinx sphinx_rtd_theme sphinx_design
26+
run: pip install sphinx sphinx_rtd_theme sphinx_design cython
2727

2828
- name: Build Documentation
2929
run: sphinx-build -b html docs/source/ _build

0 commit comments

Comments
 (0)