[spp] [PATCH] docs: update version to v18.05

ogawa.yasufumi at lab.ntt.co.jp ogawa.yasufumi at lab.ntt.co.jp
Tue Sep 18 13:17:09 CEST 2018


From: Yasufumi Ogawa <ogawa.yasufumi at lab.ntt.co.jp>

This patch is for updating documentation to v18.05. It includes removing
nouse author and copyright from the documentation.

Signed-off-by: Yasufumi Ogawa <ogawa.yasufumi at lab.ntt.co.jp>
---
 docs/guides/conf.py | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/docs/guides/conf.py b/docs/guides/conf.py
index db5ddfc..8b78931 100644
--- a/docs/guides/conf.py
+++ b/docs/guides/conf.py
@@ -48,17 +48,18 @@ numfig = True
 
 # General information about the project.
 project = u'Soft Patch Panel'
-copyright = u'2018, Yasufumi Ogawa'
-author = u'Yasufumi Ogawa'
+copyright = ''
+html_show_copyright = False
+author = ''
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
 # built documents.
 #
 # The short X.Y version.
-version = u'v18.02'
+version = u'v18.05'
 # The full version, including alpha/beta/rc tags.
-release = u'v18.02'
+release = version
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
@@ -143,7 +144,7 @@ latex_elements = {
 #  author, documentclass [howto, manual, or own class]).
 latex_documents = [
     (master_doc, 'SoftPatchPanel.tex', u'Soft Patch Panel Documentation',
-     u'Yasufumi Ogawa', 'manual'),
+     '', 'manual'),
 ]
 
 
-- 
2.7.4



More information about the spp mailing list