diff options
author | Dan Radez <dradez@redhat.com> | 2015-11-13 11:47:05 -0500 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2015-11-25 12:21:10 -0500 |
commit | 01029ef7b90839880b213875166e0abdbf3e6c17 (patch) | |
tree | 5b0cac2d9fd09e119afb3b09a68d599033d0caff /docs/etc/conf.py | |
parent | 0d387f6e224c88b1128897a968fed424b66bae27 (diff) |
adding installation instructions
JIRA: APEX-35
Change-Id: Iebbf85bd59844716961c27bb81ff7bbda2d1a1bf
Diffstat (limited to 'docs/etc/conf.py')
-rw-r--r-- | docs/etc/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/etc/conf.py b/docs/etc/conf.py index 00660351..c62a8610 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'Apex', u'Apex Project', 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'Apex: OPNFV Installer' copyright = u'%s, OPNFV' % datetime.date.today().year version = u'1.0.0' release = u'1.0.0' |