diff options
author | ChangBo Guo(gcb) <eric.guo@easystack.cn> | 2017-12-19 13:21:37 +0800 |
---|---|---|
committer | ChangBo Guo(gcb) <eric.guo@easystack.cn> | 2017-12-19 14:41:22 +0800 |
commit | 4f81c419947e2793e3eda4ce8f3664058b5a5d2c (patch) | |
tree | e4c0d9094c921aaf94391fc2e0b89a262f9fce00 /doc | |
parent | 85cf42e841bb59ddf294ec39286ce97e57a9faae (diff) | |
download | oslo-db-4f81c419947e2793e3eda4ce8f3664058b5a5d2c.tar.gz |
Use the new PTI for document build
For compliance with the Project Testing Interface as described in:
https://governance.openstack.org/tc/reference/project-testing-interface.html
For more detials information, please refer to:
http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html
Change-Id: Iba311cc69ec5272d8beb433e3589c53f371d5d0a
Diffstat (limited to 'doc')
-rw-r--r-- | doc/requirements.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt index dd46184..3882b4d 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -3,3 +3,11 @@ # process, which may cause wedges in the gate later. openstackdocstheme>=1.17.0 # Apache-2.0 sphinx>=1.6.2 # BSD +doc8>=0.6.0 # Apache-2.0 +reno>=2.5.0 # Apache-2.0 + +# These modules are needed when generating document +fixtures>=3.0.0 # Apache-2.0/BSD +testresources>=2.0.0 # Apache-2.0/BSD +testscenarios>=0.4 # Apache-2.0/BSD +oslotest>=1.10.0 # Apache-2.0 |