source:
rtems-docs/cpu-supplement/conf.py
@
d8beaab
Last change on this file since d8beaab was 45dc7c7, checked in by Sebastian Huber <sebastian.huber@…>, on Dec 21, 2016 at 10:29:35 AM | |
---|---|
|
|
File size: 305 bytes |
Line | |
---|---|
1 | import sys, os |
2 | sys.path.append(os.path.abspath('../common/')) |
3 | |
4 | from conf import * |
5 | |
6 | version = '1.0' |
7 | release = '4.11.99' |
8 | |
9 | project = "RTEMS CPU Supplement Documentation" |
10 | |
11 | latex_documents = [ |
12 | ('index', 'cpu-supplement.tex', u'RTEMS CPU Supplement Documentation', u'RTEMS Documentation Project', 'manual'), |
13 | ] |
Note: See TracBrowser
for help on using the repository browser.