From 28c87f4190fa24b6323592d87ff708ebcd69b780 Mon Sep 17 00:00:00 2001 From: Ryota MIBU Date: Fri, 26 Feb 2016 02:31:45 +0900 Subject: migrate new docs template and fix pdf view JIRA: SFC-31 Change-Id: I9e46c799083553b8c6142f018cd71a638006a449 Signed-off-by: Ryota MIBU (cherry picked from commit 534a1d1aeb178985bd884449377b2f4d671e14cf) --- docs/etc/conf.py | 35 ----------------------------------- docs/etc/opnfv-logo.png | Bin 2829 -> 0 bytes 2 files changed, 35 deletions(-) delete mode 100644 docs/etc/conf.py delete mode 100644 docs/etc/opnfv-logo.png (limited to 'docs/etc') diff --git a/docs/etc/conf.py b/docs/etc/conf.py deleted file mode 100644 index 9a0c229a..00000000 --- a/docs/etc/conf.py +++ /dev/null @@ -1,35 +0,0 @@ -import datetime -import sys -import os - -try: - __import__('imp').find_module('sphinx.ext.numfig') - extensions = ['sphinx.ext.numfig'] -except ImportError: - # 'pip install sphinx_numfig' - extensions = ['sphinx_numfig'] - -# numfig: -number_figures = True -figure_caption_prefix = "Fig." - -source_suffix = '.rst' -master_doc = 'index' -pygments_style = 'sphinx' -html_use_index = False -html_theme = 'sphinx_rtd_theme' - -pdf_documents = [('index', u'SFC', u'SFC 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'OPNFV: Service Function Chaining (SFC)' -copyright = u'%s, OPNFV' % datetime.date.today().year -version = u'1.0.0' -release = u'1.0.0' diff --git a/docs/etc/opnfv-logo.png b/docs/etc/opnfv-logo.png deleted file mode 100644 index 1519503e..00000000 Binary files a/docs/etc/opnfv-logo.png and /dev/null differ -- cgit 1.2.3-korg