Added support for Sphinx 3.5

This commit is contained in:
Ashley Whetter 2021-03-19 23:09:37 -07:00
parent aeecc3e3e4
commit 23bee3db99
2 changed files with 3 additions and 1 deletions

View file

@ -11,6 +11,7 @@ Features
* `#267 <https://github.com/readthedocs/sphinx-autoapi/issues/267>`
Expandable value for multi-line string attributes.
* Added support for Sphinx 3.5.
Trivial/Internal Changes
^^^^^^^^^^^^^^^^^^^^^^^^

View file

@ -1,6 +1,6 @@
[tox]
envlist =
py{36,37,38,39}-sphinx{30,31,32,33,34}
py{36,37,38,39}-sphinx{30,31,32,33,34,35}
formatting
lint
docs
@ -26,6 +26,7 @@ deps = -r{toxinidir}/requirements.txt
sphinx32: Sphinx<3.3
sphinx33: Sphinx<3.4
sphinx34: Sphinx<3.5
sphinx35: Sphinx<3.6
commands =
pytest {posargs}