diff options
author | blsaws <blsaws@hotmail.com> | 2015-12-03 08:15:18 -0800 |
---|---|---|
committer | blsaws <blsaws@hotmail.com> | 2015-12-03 08:15:18 -0800 |
commit | 9abc92445668011b5f171922075a9938fdc9aae8 (patch) | |
tree | 04ff3633a79eef20f5c1df9eeee4d9c239df50c6 /etc/conf.py | |
parent | 9a9fca4bc97a2b56b24a1e5ad5865b9176973c97 (diff) |
Add project name to conf.py
JIRA: COPPER-1
Change-Id: I74cfa1c45fe9f7bb628b322229814b5c518e0fea
Signed-off-by: blsaws <blsaws@hotmail.com>
Diffstat (limited to 'etc/conf.py')
-rw-r--r-- | etc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |