The Wayback Machine - https://web.archive.org/web/20210323205749/https://github.com/readthedocs/sphinx_rtd_theme/commit/ca75c343e28af4ffbd25683a1fa9f01796a98217
Skip to content
Permalink
Browse files

Just drop Sphinx 1.5, the translator exception is not due to this theme

  • Loading branch information
agjohnson committed May 5, 2020
1 parent 1dd3cd0 commit ca75c343e28af4ffbd25683a1fa9f01796a98217
Showing with 4 additions and 5 deletions.
  1. +4 −5 tox.ini
@@ -1,10 +1,10 @@
[tox]
envlist = py{27,36,37}-sphinx{15,16,17,18,20,21,22,23,24,30}
envlist = py{27,36,37}-sphinx{16,17,18,20,21,22,23,24,30}

[tox:travis]
2.7 = py27-sphinx{15,16,17,18,20,21,22,23}
3.6 = py36-sphinx{15,16,17,18,20,21,22,23}
3.7 = py37-sphinx{15,16,17,18,20,21,22,23}
2.7 = py27-sphinx{16,17,18,20,21,22,23,24,30}
3.6 = py36-sphinx{16,17,18,20,21,22,23,24,30}
3.7 = py37-sphinx{16,17,18,20,21,22,23,24,30}

[testenv]
setev =
@@ -14,7 +14,6 @@ deps =
readthedocs-sphinx-ext
pytest
sphinxcontrib-httpdomain
sphinx15: Sphinx < 1.6
sphinx16: Sphinx < 1.7
sphinx17: Sphinx < 1.8
sphinx18: Sphinx < 1.9

0 comments on commit ca75c34

Please sign in to comment.