source: rtems-docs/user/conf.py @ c05e43b

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 
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/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
23latex_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.