File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change
1
+ # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
2
+ version : 2
3
+ sphinx :
4
+ configuration : docs/conf.py
5
+ formats : all
6
+ python :
7
+ version : 3
8
+ install :
9
+ - requirements : docs/requirements.txt
Original file line number Diff line number Diff line change 1
- sphinx == 2.3.1
1
+ sphinx == 3.0.3
2
2
sphinx-py3doc-enhanced-theme == 2.4.0
3
3
docutils == 0.16
4
4
-e .
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ setenv =
13
13
PYTHONUNBUFFERED =yes
14
14
15
15
# Use env vars for (optional) pinning of deps.
16
- pytest46: _DEP_PYTEST =pytest ==4.6.9
16
+ pytest46: _DEP_PYTEST =pytest ==4.6.10
17
17
pytest53: _DEP_PYTEST =pytest ==5.3.2
18
18
pytest54: _DEP_PYTEST =pytest ==5.4.2
19
19
@@ -32,7 +32,7 @@ passenv =
32
32
deps =
33
33
{env:_DEP_PYTEST:pytest}
34
34
{env:_DEP_PYTESTXDIST:pytest-xdist}
35
- {env:_DEP_COVERAGE:coverage<5 }
35
+ {env:_DEP_COVERAGE:coverage}
36
36
pip_pre = true
37
37
commands =
38
38
pytest {posargs:-vv}
You can’t perform that action at this time.
0 commit comments