From 81276042d235328168d75c6a736a9882244e8286 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 20 Mar 2017 11:42:56 +1100 Subject: Use a single top level version number. Fix the path in the catalogue links to allow prefix testing on a local disk. Close #2940. --- posix1003-1/conf.py | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'posix1003-1') diff --git a/posix1003-1/conf.py b/posix1003-1/conf.py index 1d7b4ef..98dfd99 100644 --- a/posix1003-1/conf.py +++ b/posix1003-1/conf.py @@ -3,9 +3,8 @@ sys.path.append(os.path.abspath('../common/')) from conf import * -version = '1.0' -release = '5.0' - -latex_documents = [ - ('index', 'posix1003-1.tex', u'RTEMS POSIX 1003_1 Documentation', u'RTEMS Documentation Project', 'manual'), -] +latex_documents = [('index', + 'posix1003-1.tex', + u'RTEMS POSIX 1003_1 Documentation', + u'RTEMS Documentation Project', + 'manual')] -- cgit v1.2.3