From 8e9dbc9cf12ef8e3801ea538487185e08595bb08 Mon Sep 17 00:00:00 2001 From: Dodji Seketeli Date: Fri, 5 Dec 2014 15:24:19 +0100 Subject: [PATCH] Avoid showing ugly version info in the libabigail online manual * doc/manuals/conf.py: Update copyright mention. Do not show ugly version information. Signed-off-by: Dodji Seketeli --- doc/manuals/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/manuals/conf.py b/doc/manuals/conf.py index 2185906a..04909d01 100644 --- a/doc/manuals/conf.py +++ b/doc/manuals/conf.py @@ -41,16 +41,16 @@ master_doc = 'index' # General information about the project. project = u'Libabigail' -copyright = u'2014, Dodji Seketeli' +copyright = u'2014, Red Hat, Inc.' # 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 = '0.1' +version = '' # The full version, including alpha/beta/rc tags. -release = '0.1' +release = '' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.