Merge "Fencing requirement."
[doctor.git] / 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
14 pdf_documents = [('index', u'Doctor', u'Doctor Project', u'OPNFV')]
15 pdf_fit_mode = "shrink"
16 pdf_stylesheets = ['sphinx','kerning','a4']
17 #latex_domain_indices = False
18 #latex_use_modindex = False
19
20 latex_elements = {
21     'printindex': '',
22 }
23
24 project = u'Doctor: Fault Management and Maintenance'
25 copyright = u'%s, OPNFV' % datetime.date.today().year
26 version = u'1.0.0'
27 release = u'1.0.0'