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. --- user/conf.py | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'user') diff --git a/user/conf.py b/user/conf.py index 17a4a20..ce5f807 100644 --- a/user/conf.py +++ b/user/conf.py @@ -3,9 +3,6 @@ sys.path.append(os.path.abspath('../common/')) from conf import * -version = '4.11.0' -release = '4.11.0' - project = "RTEMS User Manual" exclude_patterns = ['config/build.rst', @@ -39,6 +36,8 @@ exclude_patterns = ['config/build.rst', 'waf/index.rst'] -latex_documents = [ - ('index', 'user.tex', u'RTEMS User Manual', u'RTEMS Documentation Project', 'manual'), -] +latex_documents = [('index', + 'user.tex', + u'RTEMS User Manual', + u'RTEMS Documentation Project', + 'manual')] -- cgit v1.2.3