##// END OF EJS Templates
3rd attempt at 8.0.0a1
Matthias Bussonnier -
Show More
@@ -18,10 +18,11 b' jobs:'
18 sudo apt-get install graphviz
18 sudo apt-get install graphviz
19 - name: Install Python dependencies
19 - name: Install Python dependencies
20 run: |
20 run: |
21 python -m pip install --upgrade pip setuptools coverage
21 python -m pip install --upgrade pip setuptools coverage rstvalidator
22 pip install -r docs/requirements.txt
22 pip install -r docs/requirements.txt
23 - name: Build docs
23 - name: Build docs
24 run: |
24 run: |
25 python -m rstvalidator long_description.rst
25 python tools/fixup_whats_new_pr.py
26 python tools/fixup_whats_new_pr.py
26 make -C docs/ html SPHINXOPTS="-W" \
27 make -C docs/ html SPHINXOPTS="-W" \
27 PYTHON="coverage run -a" \
28 PYTHON="coverage run -a" \
1 NO CONTENT: modified file
NO CONTENT: modified file
General Comments 0
You need to be logged in to leave comments. Login now