diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-09-15 17:18:12 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-09-15 17:18:12 +1000 |
commit | 40dc0645205540f2f8d64da6ba9811e9e2ac4eb1 (patch) | |
tree | 60152f96bbd6addcb24f75dcbeceba7409183380 /doc | |
parent | d3899e4f83e4884a7cbce51f59fb59562f70497b (diff) | |
download | skiboot-40dc0645205540f2f8d64da6ba9811e9e2ac4eb1.zip skiboot-40dc0645205540f2f8d64da6ba9811e9e2ac4eb1.tar.gz skiboot-40dc0645205540f2f8d64da6ba9811e9e2ac4eb1.tar.bz2 |
Update doc/conf.py for master branch
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/conf.py b/doc/conf.py index f8e8a5f..cb9710b 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -51,9 +51,9 @@ copyright = u'2016, Stewart Smith, IBM, others' # built documents. # # The short X.Y version. -version = '5.3' +version = '5.4' # The full version, including alpha/beta/rc tags. -release = '5.3.0-rc1' +release = '5.4.0-prerelease-development-snapshot' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -197,7 +197,7 @@ latex_elements = { # author, documentclass [howto, manual, or own class]). latex_documents = [ ('index', 'skiboot.tex', u'skiboot Documentation', - u'Stewart Smith, IBM, others', 'manual'), + u'IBM, others', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of |