Skip to content

Commit fba1c45

Browse files
committed
Update pins and add a rtd config.
1 parent 13c179f commit fba1c45

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.readthedocs.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
sphinx==2.3.1
1+
sphinx==3.0.3
22
sphinx-py3doc-enhanced-theme==2.4.0
33
docutils==0.16
44
-e .

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ setenv =
1313
PYTHONUNBUFFERED=yes
1414

1515
# Use env vars for (optional) pinning of deps.
16-
pytest46: _DEP_PYTEST=pytest==4.6.9
16+
pytest46: _DEP_PYTEST=pytest==4.6.10
1717
pytest53: _DEP_PYTEST=pytest==5.3.2
1818
pytest54: _DEP_PYTEST=pytest==5.4.2
1919

@@ -32,7 +32,7 @@ passenv =
3232
deps =
3333
{env:_DEP_PYTEST:pytest}
3434
{env:_DEP_PYTESTXDIST:pytest-xdist}
35-
{env:_DEP_COVERAGE:coverage<5}
35+
{env:_DEP_COVERAGE:coverage}
3636
pip_pre = true
3737
commands =
3838
pytest {posargs:-vv}

0 commit comments

Comments
 (0)