From 0a94e8c0f18d6469c30e2e5168a355cb8684347a Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Sat, 14 Oct 2017 11:05:38 -0400 Subject: [PATCH] Bump Sphinx minimal dependencies to latest Change-Id: I5c032ea889b7a17be9614516e3e51a2963b068c6 Signed-off-by: Thanh Ha --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5dd07f0..5e1232c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -sphinx>=1.4.9 +sphinx>=1.6.4 sphinxcontrib-programoutput -sphinx_bootstrap_theme>=0.4.14 +sphinx_bootstrap_theme>=0.6.0 -- 2.16.6