We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97b46a1 commit 25b57b6Copy full SHA for 25b57b6
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
matrix:
14
os: [Ubuntu]
15
python-version: [3.6, 3.7, 3.8, 3.9]
16
- sphinx-version: ["sphinx==1.8.0", "sphinx==2.1", "sphinx>3.0"]
+ sphinx-version: ["sphinx==1.6.5", "sphinx==2.1", "sphinx>3.0"]
17
steps:
18
- uses: actions/checkout@v2
19
@@ -52,10 +52,12 @@ jobs:
52
echo '! python -m numpydoc --validate numpydoc.tests.test_main._docstring_with_errors' | bash
53
54
- name: Setup for doc build
55
+ if: ${{ matrix.sphinx-version }} != "sphinx==1.6.5"
56
run: |
57
sudo apt install texlive texlive-latex-extra latexmk dvipng
58
59
- name: Build documentation
60
61
62
make -C doc html SPHINXOPTS="-nT"
63
make -C doc latexpdf SPHINXOPTS="-nT"
0 commit comments