Copy OPNFV docs dir as documentation base.
[armband.git] / docs / conf.py
1 # SPDX-license-identifier: Apache-2.0
2 ##############################################################################
3 # Copyright (c) 2016 Linux Foundation and others.
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 # http://www.apache.org/licenses/LICENSE-2.0
8 ##############################################################################
9
10 # Copied from releng/docs/etc/conf.py
11 extensions = ['sphinxcontrib.httpdomain',
12               'sphinx.ext.autodoc',
13               'sphinx.ext.viewcode',
14               'sphinx.ext.napoleon']
15
16 needs_sphinx = '1.3'
17 master_doc = 'index'
18 pygments_style = 'sphinx'
19
20 html_use_index = False
21 numfig = True
22 html_logo = 'opnfv-logo.png'
23
24 latex_domain_indices = False
25 latex_logo = 'opnfv-logo.png'
26
27 # addtional config
28 latex_elements = {'figure_align': 'H'}