Merge "do not upload Apex artifacts when daily fails"
[releng.git] / docs / etc / conf.py
1 '''
2 Base configuration file for sphinx-build.
3
4 You can override this configuration by putting 'conf.py' in the document
5 directory (e.g. how-to-use-docs/conf.py). If there is no 'conf.py' in the
6 document directory, this file will be copied to that directory before the
7 document builder jobs in 'opnfv-docs-verify' and 'opnfv-docs-merge'.
8 The logo image (opnfv-logo.png) will be also copied from
9 docs/etc/opnfv-logo.png during the build jobs.
10 '''
11
12 import datetime
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_elements = {'printindex': ''}
23 latex_logo = 'opnfv-logo.png'
24
25 copyright = u'%s, OPNFV' % datetime.date.today().year
26 version = u'1.0.0'
27 release = u'1.0.0'