4.115
Line | |
---|
1 | import sys, os |
---|
2 | sys.path.append(os.path.abspath('../common/')) |
---|
3 | |
---|
4 | from conf import * |
---|
5 | |
---|
6 | version = '4.11.0' |
---|
7 | release = '4.11.0' |
---|
8 | |
---|
9 | project = "RTEMS User Manual" |
---|
10 | |
---|
11 | exclude_patterns = ['config/build.rst', |
---|
12 | 'config/runtime.rst', |
---|
13 | 'start/depend.rst', |
---|
14 | 'start/transition.rst', |
---|
15 | 'start/releases.rst', |
---|
16 | 'start/development.rst', |
---|
17 | 'start/installation.rst', |
---|
18 | 'start/windows.rst', |
---|
19 | 'test/create.rst', |
---|
20 | 'test/running.rst', |
---|
21 | 'tools/build.rst', |
---|
22 | 'tools/simulation.rst', |
---|
23 | 'waf/index.rst'] |
---|
24 | |
---|
25 | latex_documents = [ |
---|
26 | ('index', 'user.tex', u'RTEMS User Manual', u'RTEMS Documentation Project', 'manual'), |
---|
27 | ] |
---|
Note: See
TracBrowser
for help on using the repository browser.