summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2021-01-15 13:44:36 -0500
committerGitHub <noreply@github.com>2021-01-15 12:44:36 -0600
commit2a91ba71b2d5a6c9dd51546ec614eb8504984bcd (patch)
tree1e3ac13a7da49f8fb6560e6939ff731eb2b6c4da
parent0b77ffb9803029345a868f80a43cd04da2d62ce1 (diff)
downloadansible-2a91ba71b2d5a6c9dd51546ec614eb8504984bcd.tar.gz
update rstcheck and sphinx versions in contraints (#73176) (#73249)
* and fix test error (cherry picked from commit 88763c7347af98a765650739cfbf562bfc2dd40c)
-rw-r--r--test/lib/ansible_test/_data/requirements/constraints.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lib/ansible_test/_data/requirements/constraints.txt b/test/lib/ansible_test/_data/requirements/constraints.txt
index e043bc52e9..20677a79ca 100644
--- a/test/lib/ansible_test/_data/requirements/constraints.txt
+++ b/test/lib/ansible_test/_data/requirements/constraints.txt
@@ -8,7 +8,8 @@ jinja2 < 2.11 ; python_version < '2.7' # jinja2 2.11 and later require python 2.
urllib3 < 1.24 ; python_version < '2.7' # urllib3 1.24 and later require python 2.7 or later
pywinrm >= 0.3.0 # message encryption support
sphinx < 1.6 ; python_version < '2.7' # sphinx 1.6 and later require python 2.7 or later
-sphinx < 1.8 ; python_version >= '2.7' # sphinx 1.8 and later are currently incompatible with rstcheck 3.3
+sphinx <= 2.1.2 ; python_version >= '2.7' # docs team hasn't tested beyond 2.1.2 yet
+rstcheck >=3.3.1 # required for sphinx version >= 1.8
pygments >= 2.4.0 # Pygments 2.4.0 includes bugfixes for YAML and YAML+Jinja lexers
wheel < 0.30.0 ; python_version < '2.7' # wheel 0.30.0 and later require python 2.7 or later
yamllint != 1.8.0, < 1.14.0 ; python_version < '2.7' # yamllint 1.8.0 and 1.14.0+ require python 2.7+