We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e04e7e commit 2f39e09Copy full SHA for 2f39e09
2 files changed
.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
requirements-dev.txt
@@ -8,7 +8,6 @@ requests-mock
8
coverage
9
pytest
10
flake8
11
-docutils<0.22
12
sphinx
13
sphinx-rtd-theme
14
ipython
0 commit comments