Skip to content

Commit f58650f

Browse files
Make sure needed doc dependencies are installed
1 parent 1917ad8 commit f58650f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
if: ${{ !github.event.pull_request || github.event.action != 'closed' }}
5555
shell: bash -l {0}
5656
run: |
57-
pip install numpy cython setuptools scikit-build cmake sphinx"<7.2" sphinx_rtd_theme pydot graphviz sphinxcontrib-programoutput sphinxcontrib-googleanalytics
57+
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
5858
- name: Checkout repo
5959
uses: actions/checkout@v4.1.1
6060
with:

0 commit comments

Comments
 (0)