summaryrefslogtreecommitdiffstats
path: root/docs/gap_analysis/etc/conf.py
diff options
context:
space:
mode:
authorJie Hu <hu.jie@zte.com.cn>2016-12-21 14:23:41 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-12-21 14:23:41 +0000
commit2021d90abd0a12ee6afedc2d0ed2872d67243e97 (patch)
treebf4e359d7acdfa493ef04d9e138f0b6fd8d20a4a /docs/gap_analysis/etc/conf.py
parent04a66a586cc90b2be310d2323d526e11c95ab258 (diff)
parentbb4fad27927c6fba2c6231d136661da050f6f5c6 (diff)
Merge "There are some flake8 errors. Clear them before other work."
Diffstat (limited to 'docs/gap_analysis/etc/conf.py')
-rw-r--r--docs/gap_analysis/etc/conf.py6
1 files changed, 1 insertions, 5 deletions
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': '',