Skip to content

Commit b3c6aaf

Browse files
committed
Test against newer Sphinx versions
1 parent 928573f commit b3c6aaf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,15 @@ jobs:
4545
- python: '3.9'
4646
old_sphinx: 3.3
4747
extra_name: ', Sphinx 3.3'
48+
- python: '3.9'
49+
old_sphinx: 3.4
50+
extra_name: ', Sphinx 3.4'
51+
- python: '3.9'
52+
old_sphinx: 3.5
53+
extra_name: ', Sphinx 3.5'
54+
- python: '3.9'
55+
old_sphinx: 4.0
56+
extra_name: ', Sphinx 4.0'
4857
steps:
4958
- name: Checkout
5059
uses: actions/checkout@v2

0 commit comments

Comments
 (0)