summaryrefslogtreecommitdiffstats
path: root/docs/etc/conf.py
diff options
context:
space:
mode:
authorRyota MIBU <r-mibu@cq.jp.nec.com>2015-11-23 15:28:23 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-11-23 15:28:23 +0000
commit082a030caad50441ba646689ccc0af3912e6c320 (patch)
treee6a990264165c444a9f07186b23f428af45a940f /docs/etc/conf.py
parent7f549d3fdcbea979deee8fc0808043a18567f298 (diff)
parent351238c6fe772886f8f62f74e9aa9237f0f1067e (diff)
Merge "doc: fix logo setting for sphinx-build"
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