diff options
author | Hoang Trung Hieu <hieuht@vn.fujitsu.com> | 2018-01-22 11:16:34 +0700 |
---|---|---|
committer | Nguyen Van Trung <trungnv@vn.fujitsu.com> | 2018-02-01 09:11:53 +0700 |
commit | 2a32fb63fa472a7d9c069b48c9bf958e0d1d9188 (patch) | |
tree | 85536a24e59361c832afe1a43c437bd0810cf2e2 /requirements.txt | |
parent | c645af7c4bfd3f3b1dfbb2909f350b9104ca282b (diff) | |
download | glance_store-2a32fb63fa472a7d9c069b48c9bf958e0d1d9188.tar.gz |
Add doc8 to pep8 check for glance_store project
This patch adds a doc8 check of .rst files to the current pep8 check.
It includes fixes to the .rst files that didn't pass the check.
Co-authored-By: Nguyen Van Trung <trungnv@vn.fujitsu.com>
Change-Id: If35a7a9ea64c7482306ef6403e9585b78da27fb9
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 1c29db8..8733dc1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ oslo.utils>=3.33.0 # Apache-2.0 oslo.concurrency>=3.25.0 # Apache-2.0 stevedore>=1.20.0 # Apache-2.0 enum34>=1.0.4;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD - +doc8>=0.6.0 # Apache-2.0 eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT six>=1.10.0 # MIT |