source:
rtems-docs/rtemsconfig/conf.py
@
9b5801a
Last change on this file since 9b5801a was 9b5801a, checked in by Amar Takhar <amar@…>, on 01/19/16 at 05:27:45 | |
---|---|
|
|
File size: 249 bytes |
Rev | Line | |
---|---|---|
[3a71759] | 1 | import sys, os |
2 | sys.path.append(os.path.abspath('../common/')) | |
3 | ||
4 | from conf import * | |
5 | ||
6 | version = '1.0' | |
7 | release = '5.0' | |
8 | ||
[9b5801a] | 9 | latex_documents = [ |
10 | ('index', 'rtemsconfig.tex', u'RTEMS RTEMS Config Documentation', u'RTEMS Documentation Project', 'manual'), | |
11 | ] | |
12 |
Note: See TracBrowser
for help on using the repository browser.