Browse code

Revert "update rstcheck and sphinx versions in contraints (#73176) (#73249)"

This reverts commit 2a91ba71b2d5a6c9dd51546ec614eb8504984bcd.

Sandra McCann authored on 2021/01/16 06:50:17
Showing 1 changed files
... ...
@@ -8,8 +8,7 @@ jinja2 < 2.11 ; python_version < '2.7' # jinja2 2.11 and later require python 2.
8 8
 urllib3 < 1.24 ; python_version < '2.7' # urllib3 1.24 and later require python 2.7 or later
9 9
 pywinrm >= 0.3.0 # message encryption support
10 10
 sphinx < 1.6 ; python_version < '2.7' # sphinx 1.6 and later require python 2.7 or later
11
-sphinx <= 2.1.2 ; python_version >= '2.7' # docs team hasn't  tested beyond 2.1.2 yet
12
-rstcheck >=3.3.1  # required for sphinx version >= 1.8
11
+sphinx < 1.8 ; python_version >= '2.7' # sphinx 1.8 and later are currently incompatible with rstcheck 3.3
13 12
 pygments >= 2.4.0 # Pygments 2.4.0 includes bugfixes for YAML and YAML+Jinja lexers
14 13
 wheel < 0.30.0 ; python_version < '2.7' # wheel 0.30.0 and later require python 2.7 or later
15 14
 yamllint != 1.8.0, < 1.14.0 ; python_version < '2.7' # yamllint 1.8.0 and 1.14.0+ require python 2.7+