From c319a261f98875cb3effea29c477b05093db59b7 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Wed, 19 Sep 2018 21:30:30 -0400 Subject: [PATCH] Pin Sphinx to ~1.7.9 as 1.8.0 breaks us Change-Id: I66725c168ba7e8d06c6d9d8186af461c98dd7815 Signed-off-by: Thanh Ha --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7a5bdcc6..9bd973a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ reno~=2.10.0 -sphinx>=1.6.4 +sphinx~=1.7.9 sphinxcontrib-programoutput sphinx_bootstrap_theme>=0.6.0 -- 2.16.6