Skip to content

Commit c882d19

Browse files
authored
Merge pull request readthedocs#41 from readthedocs/humitos/more-test-environments
More test environments
2 parents 2b84640 + dedf2e6 commit c882d19

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ dist: xenial
33
python:
44
- 3.6
55
- 3.7
6+
- 3.8
67
install:
78
pip install tox-travis
89
script:

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
# Add any paths that contain custom static files (such as style sheets) here,
129129
# relative to this directory. They are copied after the builtin static files,
130130
# so a file named "default.css" will overwrite the builtin "default.css".
131-
html_static_path = ['_static']
131+
# html_static_path = ['_static']
132132

133133
# Custom sidebar templates, must be a dictionary that maps document names
134134
# to template names.

tox.ini

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
[tox]
22
envlist =
33
docs
4-
py{36,37,38}-sphinx{185,201,210,220,231}
4+
py{36,37,38}-sphinx{18,20,21,22,23,24}
55

66
[testenv]
77
deps =
88
pytest
99
pdbpp
1010
.
11-
sphinx185: sphinx==1.8.5
12-
sphinx201: sphinx==2.0.1
13-
sphinx210: sphinx==2.1.0
14-
sphinx220: sphinx==2.2.0
15-
sphinx231: sphinx==2.3.1
11+
sphinx18: sphinx~=1.8.0
12+
sphinx20: sphinx~=2.0.0
13+
sphinx21: sphinx~=2.1.0
14+
sphinx22: sphinx~=2.2.0
15+
sphinx23: sphinx~=2.3.0
16+
sphinx24: sphinx~=2.4.0
1617
commands = pytest {posargs}
1718

18-
[testenv:py37-sphinx210]
19+
[testenv:py38-sphinx24]
1920
deps =
2021
{[testenv]deps}
2122
pytest-cov
@@ -30,4 +31,4 @@ setenv =
3031
READTHEDOCS_PROJECT = sphinx-hoverxref
3132
READTHEDOCS_VERSION = latest
3233
commands =
33-
sphinx-build -W -q -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
34+
sphinx-build -W -E -q -b html -d {envtmpdir}/doctrees . {envtmpdir}/html

0 commit comments

Comments
 (0)