Skip to content

Commit 082cedd

Browse files
committed
add sphinx install step for deploy
1 parent 4931355 commit 082cedd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/static.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
python -m pip install --upgrade pip
2828
pip install -r requirements.txt
2929
sudo apt-get update && sudo apt-get install -y latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended
30+
31+
- name: Install Sphinx
32+
run: pip install sphinx
3033

3134
- name: Build HTML docs
3235
run: make html

0 commit comments

Comments
 (0)