diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2016-07-15 09:03:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-07-15 09:03:39 +0000 |
commit | bbfc6ca841faa75e42c123e01856bad12629721d (patch) | |
tree | 3d667aac62461013d617ff163213546448853e7e /docs/etc/conf.py | |
parent | d24a9f7101a0eacdd4dfae75509d1839ac07ad79 (diff) | |
parent | d57d06254d93dabe423d65b2290b192f3fc33930 (diff) |
Merge "Fix pep8 errors for conf.py"
Diffstat (limited to 'docs/etc/conf.py')
-rw-r--r-- | docs/etc/conf.py | 7 |
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': '', |