Raise sphinx>=1.7.3 in docs requirements

To avoid a sphinx bug that ignores exclude_patterns in some
lower versions.
Sphinx bug: https://github.com/sphinx-doc/sphinx/issues/4771

FFE: http://lists.openstack.org/pipermail/openstack-dev/2018-August/133065.html

Change-Id: I34aca28366e5c183ceb01b37d63688ac25332740
Closes-Bug: 1778171
This commit is contained in:
Eric K 2018-08-08 11:49:41 -07:00 committed by Eric Kao
parent a22a98cccc
commit 47168b4cd4
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@
openstackdocstheme>=1.18.1 # Apache-2.0
reno>=2.5.0 # Apache-2.0
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
sphinx>=1.7.3 # BSD
sphinxcontrib-apidoc>=0.2.0 # BSD