X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Fetc%2Fconf.py;h=945f865e2b0fcc9e779501e81380550ccf0c40c0;hb=1cf9439d8a29190a22c055c83ca8bdecff146261;hp=00660351641a46553e022655a254ff5e882e9fa9;hpb=e1ad398a458a0dd2bf734e453b2f75fbf93b6a51;p=bottlenecks.git diff --git a/docs/etc/conf.py b/docs/etc/conf.py index 00660351..945f865e 100644 --- a/docs/etc/conf.py +++ b/docs/etc/conf.py @@ -18,7 +18,7 @@ master_doc = 'index' pygments_style = 'sphinx' html_use_index = False -pdf_documents = [('index', u'OPNFV', u'OPNFV Project', u'OPNFV')] +pdf_documents = [('index', u'OPNFV', u'OPNFV Bottlenecks', u'OPNFV')] pdf_fit_mode = "shrink" pdf_stylesheets = ['sphinx','kerning','a4'] #latex_domain_indices = False @@ -28,7 +28,7 @@ latex_elements = { 'printindex': '', } -project = u'OPNFV: Template documentation config' +project = u'OPNFV Bottlenecks: NFV platform bottlenecks' copyright = u'%s, OPNFV' % datetime.date.today().year version = u'1.0.0' release = u'1.0.0'