mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
This adds some more hacky fixes to our layout to avoid singlehtml builders. Instead of trying to guess if this is working, I added testing!
22 lines
370 B
INI
22 lines
370 B
INI
[tox]
|
|
envlist = py{27,34,35,36}-sphinx{13,14,15}
|
|
|
|
[tox:travis]
|
|
2.7 = py27-sphinx{13,14,15}
|
|
3.4 = py34-sphinx{13,14,15}
|
|
3.5 = py35-sphinx{13,14,15}
|
|
3.6 = py36-sphinx{13,14,15}
|
|
|
|
[testenv]
|
|
setev =
|
|
LANG=C
|
|
deps =
|
|
.
|
|
readthedocs-sphinx-ext
|
|
pytest
|
|
sphinx13: Sphinx < 1.4
|
|
sphinx14: Sphinx < 1.5
|
|
sphinx15: Sphinx < 1.6
|
|
commands =
|
|
py.test {posargs}
|