diff options
author | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2016-02-26 02:31:45 +0900 |
---|---|---|
committer | Brady Johnson <brady.allen.johnson@ericsson.com> | 2016-02-25 18:07:36 +0000 |
commit | 28c87f4190fa24b6323592d87ff708ebcd69b780 (patch) | |
tree | 2d12d00c7c77ca8af86ef7293eb393bb7b230d7f /docs/etc | |
parent | 8a69a2d0f2c20bbfc7b975674d9207041ed23ebf (diff) |
migrate new docs template and fix pdf viewstable/brahmaputra
JIRA: SFC-31
Change-Id: I9e46c799083553b8c6142f018cd71a638006a449
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
(cherry picked from commit 534a1d1aeb178985bd884449377b2f4d671e14cf)
Diffstat (limited to 'docs/etc')
-rw-r--r-- | docs/etc/conf.py | 35 | ||||
-rw-r--r-- | docs/etc/opnfv-logo.png | bin | 2829 -> 0 bytes |
2 files changed, 0 insertions, 35 deletions
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 Binary files differdeleted file mode 100644 index 1519503e..00000000 --- a/docs/etc/opnfv-logo.png +++ /dev/null |