Commit 1297186 1 parent c28eab5 commit 1297186 Copy full SHA for 1297186
File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ jobs:
40
40
sudo apt install -y pandoc
41
41
pip install --upgrade pip setuptools wheel
42
42
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
44
44
pip install .
45
45
46
46
- 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
48
48
49
49
- 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
Original file line number Diff line number Diff line change 7
7
pytest
8
8
jupyter_client
9
9
ipykernel
10
- ipython
11
10
graphviz
12
11
xarray
13
12
pooch
You can’t perform that action at this time.
0 commit comments