diff options
author | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2015-12-02 00:35:21 +0900 |
---|---|---|
committer | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2015-12-04 22:07:22 +0900 |
commit | a90c29deddc599027822dd1ee61b8cd58021f651 (patch) | |
tree | 7212038536434d02f10a6ec394a2e7b009a4256e /etc | |
parent | 2f1d84a7879c5db5e974c4482e40734abb062657 (diff) |
change dirs to use new opnfv doc build script
Change-Id: Ifbf8a881d0e1a962f2e3cf276fe3942b1f03d3ee
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/conf.py | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/etc/conf.py b/etc/conf.py deleted file mode 100755 index 88fcb28..0000000 --- a/etc/conf.py +++ /dev/null @@ -1,30 +0,0 @@ -import datetime -import sys -import os - -needs_sphinx = '1.3' - -extensions = ['sphinxcontrib.httpdomain'] - -numfig = True - -source_suffix = '.rst' -master_doc = 'index' -pygments_style = 'sphinx' -html_use_index = False - -pdf_documents = [('index', u'Promise', u'Promise Project', u'OPNFV')] -pdf_fit_mode = "shrink" -pdf_stylesheets = ['sphinx','kerning','a4'] -#latex_domain_indices = False -#latex_use_modindex = False - -latex_elements = { - 'printindex': '', -} - -project = u'Promise: Resource Management' -copyright = u'%s, OPNFV' % datetime.date.today().year -version = u'1.0.2' -release = u'1.0.2' - |