We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d616b commit fa20c08Copy full SHA for fa20c08
.github/workflows/sphinx-docs.yml
@@ -18,6 +18,7 @@ jobs:
18
shell: bash -l {0}
19
run: |
20
python -m pip install --upgrade pip
21
+ pip install "docutils<0.22"
22
pip install .[doc,nldi]
23
ipython kernel install --name "python3" --user
24
sudo apt update -y && sudo apt install -y latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended dvipng pandoc
0 commit comments