Move docs to 3.8
This is the latest version currently supported by RTD.
This commit is contained in:
parent
b0e6c2c524
commit
322e1904c1
|
@ -2,7 +2,7 @@
|
||||||
version: 2
|
version: 2
|
||||||
python:
|
python:
|
||||||
# Keep version in sync with tox.ini (docs and gh-actions).
|
# Keep version in sync with tox.ini (docs and gh-actions).
|
||||||
version: 3.7
|
version: 3.8
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- method: pip
|
- method: pip
|
||||||
|
|
6
tox.ini
6
tox.ini
|
@ -13,8 +13,8 @@ python =
|
||||||
2.7: py27
|
2.7: py27
|
||||||
3.5: py35
|
3.5: py35
|
||||||
3.6: py36
|
3.6: py36
|
||||||
3.7: py37, docs
|
3.7: py37
|
||||||
3.8: py38, manifest, typing, changelog
|
3.8: py38, manifest, typing, changelog, docs
|
||||||
3.9: py39, pyright
|
3.9: py39, pyright
|
||||||
3.10: py310, lint
|
3.10: py310, lint
|
||||||
pypy2: pypy
|
pypy2: pypy
|
||||||
|
@ -93,7 +93,7 @@ commands =
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
# Keep basepython in sync with gh-actions and .readthedocs.yml.
|
# Keep basepython in sync with gh-actions and .readthedocs.yml.
|
||||||
basepython = python3.7
|
basepython = python3.8
|
||||||
extras = docs
|
extras = docs
|
||||||
commands =
|
commands =
|
||||||
sphinx-build -n -T -W -b html -d {envtmpdir}/doctrees docs docs/_build/html
|
sphinx-build -n -T -W -b html -d {envtmpdir}/doctrees docs docs/_build/html
|
||||||
|
|
Loading…
Reference in New Issue