We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent affba3d commit 82eff8bCopy full SHA for 82eff8b
.github/workflows/python-app.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
matrix:
17
python-version: [3.5, 3.6, 3.7, 3.8]
18
- sphinx-version: ["", "3.2.*", "3.1.*", "3.0.*", "2.4.*", "2.3.*", "2.2.*"]
+ sphinx-version: ["", "3.5.*", "3.4.*", "3.2.*", "3.1.*", "3.0.*", "2.4.*", "2.3.*", "2.2.*"]
19
20
steps:
21
- uses: actions/checkout@v2
0 commit comments