From fc60333bd44e5bf3393c9ff4a079e41cbf288e20 Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Wed, 12 Sep 2018 14:28:22 -0500 Subject: [PATCH 1/2] Pin sphinx to a compatible version --- requirements/docs-lint.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements/docs-lint.txt b/requirements/docs-lint.txt index de55d534c7e..87d3e22a4cb 100644 --- a/requirements/docs-lint.txt +++ b/requirements/docs-lint.txt @@ -1,2 +1,4 @@ -Sphinx +# Sphinx 1.8 is incompatible with +# the latest version of rstcheck +Sphinx<1.8 rstcheck From adcbc8c1f594e025f4e422edbf2e7b2cbedb3c62 Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Wed, 12 Sep 2018 17:16:14 -0500 Subject: [PATCH 2/2] Pin rstcheck --- requirements/docs-lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/docs-lint.txt b/requirements/docs-lint.txt index 87d3e22a4cb..91b9e4afbd6 100644 --- a/requirements/docs-lint.txt +++ b/requirements/docs-lint.txt @@ -1,4 +1,4 @@ # Sphinx 1.8 is incompatible with # the latest version of rstcheck Sphinx<1.8 -rstcheck +rstcheck==3.3