4.115
Last change
on this file since c05e43b was
c05e43b,
checked in by Chris Johns <chrisj@…>, on 03/09/16 at 04:37:31
|
User manual, devel install and windows install.
|
-
Property mode set to
100644
|
File size:
716 bytes
|
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/installation.rst', |
---|
16 | 'start/windows.rst', |
---|
17 | 'test/create.rst', |
---|
18 | 'test/running.rst', |
---|
19 | 'tools/build.rst', |
---|
20 | 'tools/simulation.rst', |
---|
21 | 'waf/index.rst'] |
---|
22 | |
---|
23 | latex_documents = [ |
---|
24 | ('index', 'user.tex', u'RTEMS User Manual', u'RTEMS Documentation Project', 'manual'), |
---|
25 | ] |
---|
Note: See
TracBrowser
for help on using the repository browser.