Skip to content

Commit c7862c0

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020

2121
- uses: actions/setup-python@v4
2222
with:
23-
python-version: '3.x'
23+
python-version: 3.11
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)