doc: fix logo setting for sphinx-build
[releng.git] / docs / etc / conf.py
index 6719653..68e847e 100644 (file)
@@ -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