Skip to content

Commit f76466e

Browse files
committed
use stable release of sphinx 3.0
1 parent f36aa77 commit f76466e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ python:
99
- "2.7"
1010
env:
1111
- SPHINX_VERSION=""
12-
- SPHINX_VERSION=3.0.0b1
12+
- SPHINX_VERSION=3.0.*
1313
- SPHINX_VERSION=2.4.*
1414
- SPHINX_VERSION=2.3.*
1515
- SPHINX_VERSION=2.2.*
@@ -24,7 +24,7 @@ env:
2424
matrix:
2525
exclude:
2626
- python: "2.7"
27-
env: SPHINX_VERSION=3.0.0b1
27+
env: SPHINX_VERSION=3.0.*
2828
- python: "2.7"
2929
env: SPHINX_VERSION=2.0.*
3030
- python: "2.7"

0 commit comments

Comments
 (0)