Skip to content

Commit 1297186

Browse files
committed
build: upgrade packages to make this sphinx work
1 parent c28eab5 commit 1297186

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/docs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040
sudo apt install -y pandoc
4141
pip install --upgrade pip setuptools wheel
4242
pip install -r "requirements_docs.txt"
43-
pip install docutils==0.14 commonmark==0.8.1 recommonmark==0.5.0 babel==2.8
43+
pip install docutils commonmark==0.8.1 recommonmark==0.5.0 babel
4444
pip install .
4545
4646
- name: Build documentation
47-
run: sphinx-build -n -b html -d build/doctrees docs build/html
47+
run: sphinx-build -n -j auto -b html -d build/doctrees docs build/html
4848

4949
- name: Doc Tests
50-
run: sphinx-build -a -b doctest -d build/doctrees docs build/doctest
50+
run: sphinx-build -a -j auto -b doctest -d build/doctrees docs build/doctest

requirements_docs.txt

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ numpy
77
pytest
88
jupyter_client
99
ipykernel
10-
ipython
1110
graphviz
1211
xarray
1312
pooch

0 commit comments

Comments
 (0)