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 771158dCopy full SHA for 771158d
.github/workflows/deploy-docs.yaml
@@ -23,7 +23,7 @@ jobs:
23
python-version: '3.x'
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