147c50b7dac256e6160b11e347dfd4f2f2bc8f27
[releng.git] / docs / etc / conf.py
1 '''
2 Base configuration file for building OPNFV docs
3
4 You can override this configuration by putting 'conf.py' in the document
5 directory (e.g. docs/how-to-use-docs/conf.py). If there is no 'conf.py'
6 in the document directory, this file will be copied to that directory
7 before the document builder jobs ('opnfv-docs-verify' and 'opnfv-docs-merge').
8
9 See https://wiki.opnfv.org/documentation/tools .
10 '''
11
12 needs_sphinx = '1.3'
13 master_doc = 'index'
14 pygments_style = 'sphinx'
15
16 html_use_index = False
17 numfig = True
18 html_logo = 'opnfv-logo.png'
19
20 latex_domain_indices = False
21 latex_logo = 'opnfv-logo.png'