diff options
author | Serg Melikyan <smelikyan@mirantis.com> | 2017-02-28 17:01:03 -0800 |
---|---|---|
committer | Serg Melikyan <smelikyan@mirantis.com> | 2017-02-28 19:35:44 -0800 |
commit | 5765c5a1b1459c815c2b871b00c36f8fcc75095d (patch) | |
tree | f9fd95129285edce620e0c15ee3d31e142d89efb /docs/conf.py | |
parent | c677fba1bdd1074a77f33e04efbc11d1c921e967 (diff) |
Update documentation for Danube
Change-Id: I535eb87bfa980cffc8e091b896b505884ed12d32
Signed-off-by: Serg Melikyan <smelikyan@mirantis.com>
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/docs/conf.py b/docs/conf.py deleted file mode 100644 index 6cd69313d..000000000 --- a/docs/conf.py +++ /dev/null @@ -1,28 +0,0 @@ -# SPDX-license-identifier: Apache-2.0 -############################################################################## -# Copyright (c) 2016 Linux Foundation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Apache License, Version 2.0 -# which accompanies this distribution, and is available at -# http://www.apache.org/licenses/LICENSE-2.0 -############################################################################## - -# Copied from releng/docs/etc/conf.py -extensions = ['sphinxcontrib.httpdomain', - 'sphinx.ext.autodoc', - 'sphinx.ext.viewcode', - 'sphinx.ext.napoleon'] - -needs_sphinx = '1.3' -master_doc = 'index' -pygments_style = 'sphinx' - -html_use_index = False -numfig = True -html_logo = 'opnfv-logo.png' - -latex_domain_indices = False -latex_logo = 'opnfv-logo.png' - -# addtional config -latex_elements = {'figure_align': 'H'} |