Skip to content

Commit fa20c08

Browse files
committed
fix docutils error
1 parent 51d616b commit fa20c08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sphinx-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
shell: bash -l {0}
1919
run: |
2020
python -m pip install --upgrade pip
21+
pip install "docutils<0.22"
2122
pip install .[doc,nldi]
2223
ipython kernel install --name "python3" --user
2324
sudo apt update -y && sudo apt install -y latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended dvipng pandoc

0 commit comments

Comments
 (0)