From 6706ac934d0a47f5b3fec70ac2ecdc556b11d049 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Wed, 28 Mar 2018 16:00:29 -0700 Subject: [PATCH] Fix capitalization for Sphinx requirement Change-Id: I92b089c74f49bcc9d10ec31e2d6a9e500e0803d6 Signed-off-by: Trevor Bramwell --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 88742a0..7707881 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ pytest pyyaml -sphinx +Sphinx sphinx_bootstrap_theme>=0.6.2 -- 2.16.6