source:
rtems-docs/cpu-supplement/conf.py
@
6916004
Last change on this file since 6916004 was 6916004, checked in by Chris Johns <chrisj@…>, on Nov 9, 2016 at 1:39:16 AM | |
---|---|
|
|
File size: 256 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.0' |
8 | |
9 | latex_documents = [ |
10 | ('index', 'cpu-supplement.tex', u'RTEMS CPU Supplement Documentation', u'RTEMS Documentation Project', 'manual'), |
11 | ] |
Note: See TracBrowser
for help on using the repository browser.