source: rtems-docs/user/conf.py @ 45dc7c7

5
Last change on this file since 45dc7c7 was 45dc7c7, checked in by Sebastian Huber <sebastian.huber@…>, on 12/21/16 at 10:29:35

Update version/revision to 4.11.99

  • Property mode set to 100644
File size: 1.2 KB
Line 
1import sys, os
2sys.path.append(os.path.abspath('../common/'))
3
4from conf import *
5
6version = '4.11.99'
7release = '4.11.99'
8
9project = "RTEMS User Manual"
10
11exclude_patterns = ['config/build.rst',
12                    'config/runtime.rst',
13
14                    'start/quick.rst',
15
16                    'hosts/os.rst',
17                    'hosts/prefixes.rst',
18                    'hosts/macos.rst',
19                    'hosts/posix.rst',
20                    'hosts/windows.rst',
21
22                    'installation/prefixes-sandboxing.rst',
23                    'installation/releases.rst',
24                    'installation/developer.rst',
25                    'installation/kernel.rst',
26
27                    'hardware/targets.rst',
28                    'hardware/architectures.rst',
29                    'hardware/bsps.rst',
30                    'hardware/tiers.rst',
31
32                    'tools/build.rst',
33                    'tools/simulation.rst',
34
35                    'test/create.rst',
36                    'test/running.rst',
37                    'start/installation.rst',
38                    'start/transition.rst',
39
40                    'waf/index.rst']
41
42latex_documents = [
43        ('index', 'user.tex', u'RTEMS User Manual', u'RTEMS Documentation Project', 'manual'),
44]
Note: See TracBrowser for help on using the repository browser.