mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Test with official beta
This commit is contained in:
parent
836467e4b9
commit
db302055b9
30
tox.ini
30
tox.ini
@ -9,21 +9,21 @@ deps =
|
|||||||
readthedocs-sphinx-ext
|
readthedocs-sphinx-ext
|
||||||
pytest
|
pytest
|
||||||
sphinxcontrib-httpdomain
|
sphinxcontrib-httpdomain
|
||||||
sphinx16: Sphinx < 1.7
|
sphinx16: Sphinx==1.6.*
|
||||||
sphinx17: Sphinx < 1.8
|
sphinx17: Sphinx==1.7.*
|
||||||
sphinx18: Sphinx < 1.9
|
sphinx18: Sphinx==1.8.*
|
||||||
sphinx20: Sphinx < 2.1
|
sphinx20: Sphinx==2.0.*
|
||||||
sphinx21: Sphinx < 2.2
|
sphinx21: Sphinx==2.1.*
|
||||||
sphinx22: Sphinx < 2.3
|
sphinx22: Sphinx==2.2.*
|
||||||
sphinx23: Sphinx < 2.4
|
sphinx23: Sphinx==2.3.*
|
||||||
sphinx24: Sphinx < 2.5
|
sphinx24: Sphinx==2.4.*
|
||||||
sphinx30: Sphinx < 3.1
|
sphinx30: Sphinx==3.0.*
|
||||||
sphinx31: Sphinx < 3.2
|
sphinx31: Sphinx==3.1.*
|
||||||
sphinx32: Sphinx < 3.3
|
sphinx32: Sphinx==3.2.*
|
||||||
sphinx33: Sphinx < 3.4
|
sphinx33: Sphinx==3.3.*
|
||||||
sphinx34: Sphinx < 3.5
|
sphinx34: Sphinx==3.4.*
|
||||||
sphinx35: Sphinx < 4.0
|
sphinx35: Sphinx==3.5.*
|
||||||
sphinx40: Sphinx < 4.1
|
sphinx40: Sphinx==4.0.0b1
|
||||||
sphinxlatest: Sphinx
|
sphinxlatest: Sphinx
|
||||||
commands =
|
commands =
|
||||||
pytest {posargs} tests/
|
pytest {posargs} tests/
|
||||||
|
Loading…
Reference in New Issue
Block a user