Skip to content

Commit 2f39e09

Browse files
committed
try another way to fix the docutils error
1 parent 0e04e7e commit 2f39e09

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.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

requirements-dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ requests-mock
88
coverage
99
pytest
1010
flake8
11-
docutils<0.22
1211
sphinx
1312
sphinx-rtd-theme
1413
ipython

0 commit comments

Comments
 (0)