We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf48ae commit c7862c0Copy full SHA for c7862c0
.github/workflows/deploy-docs.yaml
@@ -20,10 +20,10 @@ jobs:
20
21
- uses: actions/setup-python@v4
22
with:
23
- python-version: '3.x'
+ python-version: 3.11
24
25
- name: Install Dependencies
26
- run: pip install sphinx sphinx_rtd_theme sphinx_design
+ run: pip install sphinx sphinx_rtd_theme sphinx_design cython
27
28
- name: Build Documentation
29
run: sphinx-build -b html docs/source/ _build
0 commit comments