diff options
author | Bryan Sullivan <bs3131@att.com> | 2015-12-03 17:40:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-12-03 17:40:46 +0000 |
commit | 489256c5d1a5989135b9f3f212ffa5c7cdcc6b44 (patch) | |
tree | d8252b290d4d613cf7a89080104b7e52925511d6 /docs | |
parent | f3f29ae6d75d67915413caf0183c1a8055e32168 (diff) | |
parent | f83512a8abac4fa973eafb5b7c3334da5d55b67e (diff) |
Merge "Use common documentation configuration from releng"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/design/index.rst | 4 | ||||
-rw-r--r-- | docs/etc/conf.py | 35 | ||||
-rw-r--r-- | docs/etc/opnfv-logo.png | bin | 2829 -> 0 bytes |
3 files changed, 2 insertions, 37 deletions
diff --git a/docs/design/index.rst b/docs/design/index.rst index 1f251a8..9423b31 100644 --- a/docs/design/index.rst +++ b/docs/design/index.rst @@ -9,9 +9,9 @@ OPNFV Copper Project Contents: .. toctree:: - :numbered: + :numbered: :maxdepth: 4 - + introduction.rst definitions.rst usecases.rst diff --git a/docs/etc/conf.py b/docs/etc/conf.py deleted file mode 100644 index cff2d96..0000000 --- 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'OPNFV', u'OPNFV 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: Template documentation config' -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 1519503..0000000 --- a/docs/etc/opnfv-logo.png +++ /dev/null |