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 ##############################################################################
10 # Copied from releng/docs/etc/conf.py
11 extensions = ['sphinxcontrib.httpdomain',
13 'sphinx.ext.viewcode',
14 'sphinx.ext.napoleon']
18 pygments_style = 'sphinx'
20 html_use_index = False
22 html_logo = 'opnfv-logo.png'
24 latex_domain_indices = False
25 latex_logo = 'opnfv-logo.png'
28 latex_elements = {'figure_align': 'H'}