diff options
author | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2015-11-19 17:59:55 +0900 |
---|---|---|
committer | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2015-11-20 21:30:00 +0900 |
commit | 351238c6fe772886f8f62f74e9aa9237f0f1067e (patch) | |
tree | 45f39e9d39b84712d7cb40ab6fccb84a847afa8b /docs/how-to-use-docs/documentation-example.rst | |
parent | 47ba5f223cc3eb6f3c08d7b3ae147f7f5c52c563 (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/how-to-use-docs/documentation-example.rst')
-rw-r--r-- | docs/how-to-use-docs/documentation-example.rst | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/docs/how-to-use-docs/documentation-example.rst b/docs/how-to-use-docs/documentation-example.rst index afcf75814..764b546c8 100644 --- a/docs/how-to-use-docs/documentation-example.rst +++ b/docs/how-to-use-docs/documentation-example.rst @@ -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 |