source: rtems-docs/user/conf.py @ 27bcdfb

4.115
Last change on this file since 27bcdfb was 27bcdfb, checked in by Chris Johns <chrisj@…>, on 03/22/16 at 01:54:39

Add a basics section to Getting Started. Rearrange the content.

  • Property mode set to 100644
File size: 843 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/basics.rst',
14                    'start/depend.rst',
15                    'start/transition.rst',
16                    'start/releases.rst',
17                    'start/development.rst',
18                    'start/installation.rst',
19                    'start/windows.rst',
20                    'test/create.rst',
21                    'test/running.rst',
22                    'tools/build.rst',
23                    'tools/simulation.rst',
24                    'waf/index.rst']
25
26latex_documents = [
27        ('index', 'user.tex', u'RTEMS User Manual', u'RTEMS Documentation Project', 'manual'),
28]
Note: See TracBrowser for help on using the repository browser.