Fix the requirements.txt
1. What is the problem? The 0.13.1 release breaks some documentation jobs when it tries to build docs with remote images. The version matches the supported docutils versions for sphinx. 2. What is the solution to the problem? Fix the requirements.txt and add docutils 3. What the features need to be implemented to the Tricircle to realize the solution? No new features. Change-Id: Ib3253f1211bb3c1d82e7ed6bda2f14cf4f218d87
This commit is contained in:
parent
3d388df279
commit
4e08947850
@ -21,3 +21,5 @@ os-testr>=0.8.0 # Apache-2.0
|
|||||||
tempest-lib>=0.14.0 # Apache-2.0
|
tempest-lib>=0.14.0 # Apache-2.0
|
||||||
ddt>=1.0.1 # MIT
|
ddt>=1.0.1 # MIT
|
||||||
pylint==1.4.5 # GPLv2
|
pylint==1.4.5 # GPLv2
|
||||||
|
docutils>=0.11,!=0.13.1 # OSI-Approved Open Source, Public Domain
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user