forked from readthedocs/sphinx_rtd_theme
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtox.ini
31 lines (29 loc) · 813 Bytes
/
tox.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[tox]
envlist = py{27,36,37,38}-sphinx{16,17,18,20,21,22,23,24,30,31,32}
[tox:travis]
2.7 = py27-sphinx{16,17,18,20,21,22,23,24,30,31,32}
3.6 = py36-sphinx{16,17,18,20,21,22,23,24,30,31,32}
3.7 = py37-sphinx{16,17,18,20,21,22,23,24,30,31,32}
3.8 = py38-sphinx{16,17,18,20,21,22,23,24,30,31,32}
[testenv]
setev =
LANG=C
deps =
.
readthedocs-sphinx-ext
pytest
sphinxcontrib-httpdomain
sphinx16: Sphinx < 1.7
sphinx17: Sphinx < 1.8
sphinx18: Sphinx < 1.9
sphinx20: Sphinx < 2.1
sphinx21: Sphinx < 2.2
sphinx22: Sphinx < 2.3
sphinx23: Sphinx < 2.4
sphinx24: Sphinx < 2.5
sphinx30: Sphinx < 3.1
sphinx31: Sphinx < 3.2
sphinx32: Sphinx < 3.3
commands =
pytest {posargs} tests/
sphinx-build -b html -d {envtmpdir}/doctrees docs/ {envtmpdir}/html