Skip to content

Commit 2af0a02

Browse files
committed
Pin sphinx-removed-in to >= 0.2.0 to support Sphinx 2.0
Fixes #4912
1 parent 1584322 commit 2af0a02

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

changelog/4912.trivial.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Remove deprecated Sphinx directive, ``add_description_unit()``.
1+
Remove deprecated Sphinx directive, ``add_description_unit()``,
2+
pin sphinx-removed-in to >= 0.2.0 to support Sphinx 2.0.

doc/en/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pygments-pytest>=1.1.0
2-
sphinx>=1.8.2,<2.0
2+
sphinx>=1.8.2,<2.1
33
sphinxcontrib-trio
4-
sphinx-removed-in>=0.1.3
4+
sphinx-removed-in>=0.2.0

0 commit comments

Comments
 (0)