source: rtems-docs/user/conf.py @ 4e3cf2b

4.115
Last change on this file since 4e3cf2b was 4e3cf2b, checked in by Chris Johns <chrisj@…>, on 03/10/16 at 02:25:27

Split installation into separate files.

  • Property mode set to 100644
File size: 803 bytes
Line 
1import sys, os
2sys.path.append(os.path.abspath('../common/'))
3
4from conf import *
5
6version = '4.11.0'
7release = '4.11.0'
8
9project = "RTEMS User Manual"
10
11exclude_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
25latex_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.