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
This commit is contained in:
Andreas Jaeger 2020-04-16 19:48:01 +02:00
parent f9075743d7
commit c570c3749d

View File

@ -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