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 1917ad8 commit f58650fCopy full SHA for f58650f
.github/workflows/generate-docs.yml
@@ -54,7 +54,7 @@ jobs:
54
if: ${{ !github.event.pull_request || github.event.action != 'closed' }}
55
shell: bash -l {0}
56
run: |
57
- pip install numpy cython setuptools scikit-build cmake sphinx"<7.2" sphinx_rtd_theme pydot graphviz sphinxcontrib-programoutput sphinxcontrib-googleanalytics
+ pip install numpy cython setuptools scikit-build cmake sphinx"<7.2" sphinx_rtd_theme pydot graphviz sphinxcontrib-programoutput sphinxcontrib-googleanalytics furo sphinx-design sphinx-jsmath
58
- name: Checkout repo
59
uses: actions/checkout@v4.1.1
60
with:
0 commit comments