From c05e43b4a37277384a5d7ae8d38e150e9a38b237 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 9 Mar 2016 15:37:31 +1100 Subject: User manual, devel install and windows install. --- user/conf.py | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) (limited to 'user/conf.py') diff --git a/user/conf.py b/user/conf.py index bf58783..29586ca 100644 --- a/user/conf.py +++ b/user/conf.py @@ -3,10 +3,23 @@ sys.path.append(os.path.abspath('../common/')) from conf import * -version = '1.0' -release = '5.0' +version = '4.11.0' +release = '4.11.0' + +project = "RTEMS User Manual" + +exclude_patterns = ['config/build.rst', + 'config/runtime.rst', + 'start/depend.rst', + 'start/transition.rst', + 'start/installation.rst', + 'start/windows.rst', + 'test/create.rst', + 'test/running.rst', + 'tools/build.rst', + 'tools/simulation.rst', + 'waf/index.rst'] latex_documents = [ - ('index', 'user.tex', u'RTEMS User Documentation', u'RTEMS Documentation Project', 'manual'), + ('index', 'user.tex', u'RTEMS User Manual', u'RTEMS Documentation Project', 'manual'), ] - -- cgit v1.2.3