From 9abc92445668011b5f171922075a9938fdc9aae8 Mon Sep 17 00:00:00 2001 From: blsaws Date: Thu, 3 Dec 2015 08:15:18 -0800 Subject: Add project name to conf.py JIRA: COPPER-1 Change-Id: I74cfa1c45fe9f7bb628b322229814b5c518e0fea Signed-off-by: blsaws --- etc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/conf.py b/etc/conf.py index cff2d96..41a9b2d 100644 --- a/etc/conf.py +++ b/etc/conf.py @@ -19,7 +19,7 @@ pygments_style = 'sphinx' html_use_index = False html_theme = 'sphinx_rtd_theme' -pdf_documents = [('index', u'OPNFV', u'OPNFV Project', u'OPNFV')] +pdf_documents = [('index', u'OPNFV', u'OPNFV Copper Project', u'OPNFV')] pdf_fit_mode = "shrink" pdf_stylesheets = ['sphinx','kerning','a4'] #latex_domain_indices = False -- cgit 1.2.3-korg