Skip to content

Commit

Permalink
Update pins and add a rtd config.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed May 21, 2020
1 parent 13c179f commit fba1c45
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
sphinx:
configuration: docs/conf.py
formats: all
python:
version: 3
install:
- requirements: docs/requirements.txt
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sphinx==2.3.1
sphinx==3.0.3
sphinx-py3doc-enhanced-theme==2.4.0
docutils==0.16
-e .
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ setenv =
PYTHONUNBUFFERED=yes

# Use env vars for (optional) pinning of deps.
pytest46: _DEP_PYTEST=pytest==4.6.9
pytest46: _DEP_PYTEST=pytest==4.6.10
pytest53: _DEP_PYTEST=pytest==5.3.2
pytest54: _DEP_PYTEST=pytest==5.4.2

Expand All @@ -32,7 +32,7 @@ passenv =
deps =
{env:_DEP_PYTEST:pytest}
{env:_DEP_PYTESTXDIST:pytest-xdist}
{env:_DEP_COVERAGE:coverage<5}
{env:_DEP_COVERAGE:coverage}
pip_pre = true
commands =
pytest {posargs:-vv}
Expand Down

0 comments on commit fba1c45

Please sign in to comment.