summaryrefslogtreecommitdiffstats
path: root/docs/etc/conf.py
diff options
context:
space:
mode:
authorRyota MIBU <r-mibu@cq.jp.nec.com>2015-11-19 17:59:55 +0900
committerRyota MIBU <r-mibu@cq.jp.nec.com>2015-11-20 21:30:00 +0900
commit351238c6fe772886f8f62f74e9aa9237f0f1067e (patch)
tree45f39e9d39b84712d7cb40ab6fccb84a847afa8b /docs/etc/conf.py
parent47ba5f223cc3eb6f3c08d7b3ae147f7f5c52c563 (diff)
doc: fix logo setting for sphinx-build
Change-Id: I53be7e1ec8e8c3b9134de40e99084e5ea623430c Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
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