summaryrefslogtreecommitdiffstats
path: root/docs/etc/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/etc/conf.py')
-rw-r--r--docs/etc/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/etc/conf.py b/docs/etc/conf.py
index 671965378..68e847ee9 100644
--- a/docs/etc/conf.py
+++ b/docs/etc/conf.py
@@ -10,6 +10,7 @@ source_suffix = '.rst'
master_doc = 'index'
pygments_style = 'sphinx'
html_use_index = False
+html_logo = 'opnfv-logo.png'
pdf_documents = [('index', u'Copper', u'Copper Project', u'OPNFV')]
pdf_fit_mode = "shrink"
@@ -20,6 +21,7 @@ pdf_stylesheets = ['sphinx','kerning','a4']
latex_elements = {
'printindex': '',
}
+latex_logo = 'opnfv-logo.png'
project = u'Copper: Virtual Infrastructure Deployment Policies'
copyright = u'%s, OPNFV' % datetime.date.today().year