Pin sphinx-removed-in to >= 0.2.0 to support Sphinx 2.0

Fixes https://github.com/pytest-dev/pytest/issues/4912
This commit is contained in:
Miro Hrončok 2019-03-15 10:56:13 +01:00
parent 158432217c
commit 2af0a023c9
2 changed files with 4 additions and 3 deletions

View File

@ -1 +1,2 @@
Remove deprecated Sphinx directive, ``add_description_unit()``.
Remove deprecated Sphinx directive, ``add_description_unit()``,
pin sphinx-removed-in to >= 0.2.0 to support Sphinx 2.0.

View File

@ -1,4 +1,4 @@
pygments-pytest>=1.1.0
sphinx>=1.8.2,<2.0
sphinx>=1.8.2,<2.1
sphinxcontrib-trio
sphinx-removed-in>=0.1.3
sphinx-removed-in>=0.2.0