X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=f0c2a78767f74f1291881d099fdcb101cbad82ed;hb=6283ca61d0c540840bbe3b84961b006f3f6350e8;hp=6cd69313dad6578fab7cba98fc361fd785d656e0;hpb=3dd4046492923109e7cf5fe9a00ce4a9fae24732;p=fuel.git diff --git a/docs/conf.py b/docs/conf.py index 6cd69313d..f0c2a7876 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,28 +1,8 @@ -# SPDX-license-identifier: Apache-2.0 ############################################################################## -# Copyright (c) 2016 Linux Foundation and others. +# Copyright (c) 2018 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'} +from docs_conf.conf import * # noqa: F401,F403