diff options
author | kong wei <kong.wei2@zte.com.cn> | 2016-12-21 00:46:58 +0000 |
---|---|---|
committer | kong wei <kong.wei2@zte.com.cn> | 2016-12-21 07:24:17 +0000 |
commit | bb4fad27927c6fba2c6231d136661da050f6f5c6 (patch) | |
tree | 20c78d8dd627f9cb5cedf9372c59ad321c0cb062 /docs | |
parent | 6963d16b32f0c40ea45be66bbd189d2d5bb070fb (diff) |
There are some flake8 errors. Clear them before other work.
Change-Id: Ied9ce8cd0d3c3537c34713ea26cc596914caca85
Signed-off-by: kongwei <kong.wei2@zte.com.cn>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/design/etc/conf.py | 6 | ||||
-rw-r--r-- | docs/etc/conf.py | 6 | ||||
-rw-r--r-- | docs/gap_analysis/etc/conf.py | 6 | ||||
-rw-r--r-- | docs/requirements/etc/conf.py | 6 |
4 files changed, 4 insertions, 20 deletions
diff --git a/docs/design/etc/conf.py b/docs/design/etc/conf.py index 8baaf78..c933038 100644 --- a/docs/design/etc/conf.py +++ b/docs/design/etc/conf.py @@ -12,8 +12,6 @@ # limitations under the License. import datetime -import sys -import os try: __import__('imp').find_module('sphinx.ext.numfig') @@ -33,9 +31,7 @@ html_use_index = False pdf_documents = [('index', u'OPNFV', u'OPNFV Project', u'OPNFV')] pdf_fit_mode = "shrink" -pdf_stylesheets = ['sphinx','kerning','a4'] -#latex_domain_indices = False -#latex_use_modindex = False +pdf_stylesheets = ['sphinx', 'kerning', 'a4'] latex_elements = { 'printindex': '', diff --git a/docs/etc/conf.py b/docs/etc/conf.py index acc00ca..e2579d9 100644 --- a/docs/etc/conf.py +++ b/docs/etc/conf.py @@ -13,8 +13,6 @@ import datetime -import sys -import os try: __import__('imp').find_module('sphinx.ext.numfig') @@ -34,9 +32,7 @@ html_use_index = False pdf_documents = [('index', u'OPNFV', u'OPNFV Project', u'OPNFV')] pdf_fit_mode = "shrink" -pdf_stylesheets = ['sphinx','kerning','a4'] -#latex_domain_indices = False -#latex_use_modindex = False +pdf_stylesheets = ['sphinx', 'kerning', 'a4'] latex_elements = { 'printindex': '', diff --git a/docs/gap_analysis/etc/conf.py b/docs/gap_analysis/etc/conf.py index 8baaf78..c933038 100644 --- a/docs/gap_analysis/etc/conf.py +++ b/docs/gap_analysis/etc/conf.py @@ -12,8 +12,6 @@ # limitations under the License. import datetime -import sys -import os try: __import__('imp').find_module('sphinx.ext.numfig') @@ -33,9 +31,7 @@ html_use_index = False pdf_documents = [('index', u'OPNFV', u'OPNFV Project', u'OPNFV')] pdf_fit_mode = "shrink" -pdf_stylesheets = ['sphinx','kerning','a4'] -#latex_domain_indices = False -#latex_use_modindex = False +pdf_stylesheets = ['sphinx', 'kerning', 'a4'] latex_elements = { 'printindex': '', diff --git a/docs/requirements/etc/conf.py b/docs/requirements/etc/conf.py index 8baaf78..c933038 100644 --- a/docs/requirements/etc/conf.py +++ b/docs/requirements/etc/conf.py @@ -12,8 +12,6 @@ # limitations under the License. import datetime -import sys -import os try: __import__('imp').find_module('sphinx.ext.numfig') @@ -33,9 +31,7 @@ html_use_index = False pdf_documents = [('index', u'OPNFV', u'OPNFV Project', u'OPNFV')] pdf_fit_mode = "shrink" -pdf_stylesheets = ['sphinx','kerning','a4'] -#latex_domain_indices = False -#latex_use_modindex = False +pdf_stylesheets = ['sphinx', 'kerning', 'a4'] latex_elements = { 'printindex': '', |