summaryrefslogtreecommitdiffstats
path: root/user/conf.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-03-09 15:37:31 +1100
committerAmar Takhar <verm@darkbeer.org>2016-05-02 20:51:26 -0400
commitc05e43b4a37277384a5d7ae8d38e150e9a38b237 (patch)
tree2715b54a76e7595b973a8d46461ec65168a0db46 /user/conf.py
parentUpdate the POSIX user manual version number. (diff)
downloadrtems-docs-c05e43b4a37277384a5d7ae8d38e150e9a38b237.tar.bz2
User manual, devel install and windows install.
Diffstat (limited to '')
-rw-r--r--user/conf.py21
1 files changed, 17 insertions, 4 deletions
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'),
]
-