doc: fix logo setting for sphinx-build 29/3429/7
authorRyota MIBU <r-mibu@cq.jp.nec.com>
Thu, 19 Nov 2015 08:59:55 +0000 (17:59 +0900)
committerRyota MIBU <r-mibu@cq.jp.nec.com>
Fri, 20 Nov 2015 12:30:00 +0000 (21:30 +0900)
Change-Id: I53be7e1ec8e8c3b9134de40e99084e5ea623430c
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
docs/etc/conf.py
docs/how-to-use-docs/documentation-example.rst
docs/how-to-use-docs/index.rst
docs/jenkins-job-builder/index.rst
docs/jenkins-job-builder/opnfv-jjb-usage.rst

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
index afcf758..764b546 100644 (file)
@@ -1,12 +1,5 @@
 .. two dots create a comment. please leave this logo at the top of each of your rst files.
-.. image:: ../etc/opnfv-logo.png 
-  :height: 40
-  :width: 200
-  :alt: OPNFV
-  :align: left
-.. these two pipes are to seperate the logo from the first title
-|
-|
+
 How to create documentation for your OPNFV project
 ==================================================
 
@@ -55,6 +48,7 @@ The Sphinx Build
 When you push documentation changes to gerrit a jenkins job will create html documentation.
 
 * Verify Jobs
+
 For verify jobs a link to the documentation will show up as a comment in gerrit for you to see the result.
 
 * Merge jobs
index 36710b3..2d49331 100644 (file)
@@ -3,12 +3,6 @@
    You can adapt this file completely to your liking, but it should at least
    contain the root `toctree` directive.
 
-.. image:: ../etc/opnfv-logo.png
-  :height: 40
-  :width: 200
-  :alt: OPNFV
-  :align: left
-
 Example Documentation table of contents
 =======================================
 
index 1ea4a95..05847a1 100644 (file)
@@ -3,15 +3,6 @@
    You can adapt this file completely to your liking, but it should at least
    contain the root `toctree` directive.
 
-.. image:: ../etc/opnfv-logo.png
-  :height: 40
-  :width: 200
-  :alt: OPNFV
-  :align: left
-
-|
-|
-
 Release Engineering Project
 ===========================
 
index 8e4a1a8..1945490 100644 (file)
@@ -1,12 +1,3 @@
-.. image:: ../etc/opnfv-logo.png
-  :height: 40
-  :width: 200
-  :alt: OPNFV
-  :align: left
-
-|
-|
-
 Creating/Configuring/Verifying Jenkins Jobs
 ============================================
 
@@ -184,8 +175,6 @@ The Current merge and verify jobs for jenkins job builder as pulled from the rep
                  cd /opt/jenkins-ci/releng
                  git pull
                  jenkins-jobs update --delete-old jjb/
 
 
 Revision: _sha1_