summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorzhifeng.jiang <jiang.zhifeng@zte.com.cn>2016-07-14 22:20:13 +0800
committerzhifeng.jiang <jiang.zhifeng@zte.com.cn>2016-07-14 22:20:13 +0800
commitd57d06254d93dabe423d65b2290b192f3fc33930 (patch)
tree273463e18b8dfcbc89e44719bbf7701759a25e1d /docs
parentb184818fb598227f19bc821ee1ef9049165265e0 (diff)
Fix pep8 errors for conf.py
JIRA:QTIP-89 Change-Id: I43ea5351fd9d1dcf157a0f7d06981cc9ff5d0ff0 Signed-off-by: zhifeng.jiang <jiang.zhifeng@zte.com.cn>
Diffstat (limited to 'docs')
-rw-r--r--docs/etc/conf.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/etc/conf.py b/docs/etc/conf.py
index 00660351..65e85db9 100644
--- a/docs/etc/conf.py
+++ b/docs/etc/conf.py
@@ -1,6 +1,5 @@
import datetime
-import sys
-import os
+
try:
__import__('imp').find_module('sphinx.ext.numfig')
@@ -20,9 +19,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': '',