File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1313 matrix :
1414 os : [Ubuntu]
1515 python-version : [3.6, 3.7, 3.8, 3.9]
16- sphinx-version : ["sphinx==1.8.0 ", "sphinx==2.1", "sphinx>3.0"]
16+ sphinx-version : ["sphinx==1.6.5 ", "sphinx==2.1", "sphinx>3.0"]
1717 steps :
1818 - uses : actions/checkout@v2
1919
@@ -52,10 +52,12 @@ jobs:
5252 echo '! python -m numpydoc --validate numpydoc.tests.test_main._docstring_with_errors' | bash
5353
5454 - name : Setup for doc build
55+ if : ${{ matrix.sphinx-version }} != "sphinx==1.6.5"
5556 run : |
5657 sudo apt install texlive texlive-latex-extra latexmk dvipng
5758
5859 - name : Build documentation
60+ if : ${{ matrix.sphinx-version }} != "sphinx==1.6.5"
5961 run : |
6062 make -C doc html SPHINXOPTS="-nT"
6163 make -C doc latexpdf SPHINXOPTS="-nT"
You can’t perform that action at this time.
0 commit comments