doc: fix logo setting for sphinx-build
[releng.git] / docs / etc / conf.py
1 import datetime
2 import sys
3 import os
4
5 needs_sphinx = '1.3'
6
7 numfig = True
8
9 source_suffix = '.rst'
10 master_doc = 'index'
11 pygments_style = 'sphinx'
12 html_use_index = False
13 html_logo = 'opnfv-logo.png'
14
15 pdf_documents = [('index', u'Copper', u'Copper Project', u'OPNFV')]
16 pdf_fit_mode = "shrink"
17 pdf_stylesheets = ['sphinx','kerning','a4']
18 #latex_domain_indices = False
19 #latex_use_modindex = False
20
21 latex_elements = {
22     'printindex': '',
23 }
24 latex_logo = 'opnfv-logo.png'
25
26 project = u'Copper: Virtual Infrastructure Deployment Policies'
27 copyright = u'%s, OPNFV' % datetime.date.today().year
28 version = u'1.0.0'
29 release = u'1.0.0'