From c570c3749d13e729d5a104de75985ed1bb16358e Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 16 Apr 2020 19:48:01 +0200 Subject: [PATCH] Cap Sphinx version to fix builds The guide fails building with hieroglyph 1.0 and Sphinx 3.0. Until there's a new release of hieroglyph, cap Sphinx version. Upstream issue: https://github.com/nyergler/hieroglyph/issues/166 Change-Id: Ifb4c5bdff7314388ace38f98c8e1ca3433ab9d64 --- test-requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 3a76dae7..182c37fd 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,8 @@ # 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.6.2,!=3.0.0 # BSD +# hieroglyph 1.0.0 does not work with Sphinx 3.0 +sphinx>=1.6.2,<3.0.0 # BSD openstackdocstheme>=1.20.0 hieroglyph>=1.0.0 doc8