From f97be09dafecd715906b8feaa57b176c8e9606d9 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 20 Mar 2017 12:18:53 +1100 Subject: Use a single top level version number. --- cpu-supplement/conf.py | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'cpu-supplement/conf.py') diff --git a/cpu-supplement/conf.py b/cpu-supplement/conf.py index 8d31fa4..919d84c 100644 --- a/cpu-supplement/conf.py +++ b/cpu-supplement/conf.py @@ -3,13 +3,12 @@ sys.path.append(os.path.abspath('../common/')) from conf import * -extensions = ['sphinxcontrib.bibtex'] - -version = '1.0' -release = '4.11.99' - project = "RTEMS CPU Architecture Supplement" latex_documents = [ - ('index', 'cpu-supplement.tex', u'RTEMS CPU Architecture Supplement', u'RTEMS Documentation Project', 'manual'), + ('index', + 'cpu-supplement.tex', + u'RTEMS CPU Architecture Supplement', + u'RTEMS Documentation Project', + 'manual'), ] -- cgit v1.2.3