doc: fix rst and jjb to have consistent view in html and pdf
[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).
6 '''
7
8 import datetime
9
10 needs_sphinx = '1.3'
11 master_doc = 'index'
12 pygments_style = 'sphinx'
13
14 html_use_index = False
15 numfig = True
16 html_logo = '../etc/opnfv-logo.png'
17
18 latex_elements = {'printindex': ''}
19 latex_logo = '../etc/opnfv-logo.png'
20
21 copyright = u'%s, OPNFV' % datetime.date.today().year
22 version = u'1.0.0'
23 release = u'1.0.0'