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!
12 lines
121 B
YAML
12 lines
121 B
YAML
language: python
|
|
python:
|
|
- 2.7
|
|
- 3.4
|
|
- 3.5
|
|
- 3.6
|
|
sudo: false
|
|
install:
|
|
- pip install tox-travis
|
|
script:
|
|
- tox
|