Skip docutils version that errors on remote images

Docutils 0.13.1 errors on non-local images.
Skip this release to prevent documentation build problems.

See
http://lists.openstack.org/pipermail/openstack-dev/2016-December/108742.html

Change-Id: If1efc40354979e9e732b1d5654f46c805d499523
This commit is contained in:
Brian Moss 2016-12-13 16:23:59 +10:00
parent 7cb8a0f545
commit 4b85730b3c
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ pbr>=1.8 # Apache-2.0
iso8601>=0.1.11 # MIT
lxml>=2.3 # BSD
oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
docutils>=0.11,!=0.13.1 # OSI-Approved Open Source, Public Domain
sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
demjson # GLGPLv3+
PyYAML>=3.10.0 # MIT