06ae7be018d9d7a3f43feec074ffef4842a63bf8
[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 extensions = ['sphinxcontrib.httpdomain']
13
14 needs_sphinx = '1.3'
15 master_doc = 'index'
16 pygments_style = 'sphinx'
17
18 html_use_index = False
19 numfig = True
20 html_logo = 'opnfv-logo.png'
21
22 latex_domain_indices = False
23 latex_logo = 'opnfv-logo.png'