We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4931355 commit 082ceddCopy full SHA for 082cedd
.github/workflows/static.yml
@@ -27,6 +27,9 @@ jobs:
27
python -m pip install --upgrade pip
28
pip install -r requirements.txt
29
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
33
34
- name: Build HTML docs
35
run: make html
0 commit comments