From 45349110ca93bcdb426f8dc2fcc39aa1ea066e4e Mon Sep 17 00:00:00 2001 From: "Ian Y. Choi" Date: Fri, 24 Nov 2017 02:33:10 +0000 Subject: [PATCH] Moves to Sphinx 1.6 with hieroglyph 1.0.0 hieroglyph 1.0.0 was released with Sphinx 1.6 support : https://pypi.python.org/pypi/hieroglyph Change-Id: I6e8f6a199758433704397a2395fad5d7cc87be03 Closes-Bug: #1708240 --- test-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 2cda1526..2ebbbfdf 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. pbr>=1.6 -sphinx>=1.5.1,<1.6 # BSD +sphinx>=1.6.2 # BSD openstackdocstheme>=1.5.0 -hieroglyph>=0.7.1 +hieroglyph>=1.0.0 doc8