5
Last change
on this file since fa5a960 was
6f110cc,
checked in by Sebastian Huber <sebastian.huber@…>, on 02/08/19 at 08:41:45
|
build: Prepend project common path
This avoids conflicts with standard packages such as PIL (Python Imaging
Library).
|
-
Property mode set to
100644
|
File size:
241 bytes
|
Line | |
---|
1 | import sys, os |
---|
2 | sys.path.insert(0, os.path.abspath('../common/')) |
---|
3 | |
---|
4 | from conf import * |
---|
5 | |
---|
6 | latex_documents = [ |
---|
7 | ('index', |
---|
8 | 'rtemsconfig.tex', |
---|
9 | u'RTEMS RTEMS Config Documentation', |
---|
10 | u'RTEMS Documentation Project', |
---|
11 | 'manual'), |
---|
12 | ] |
---|
Note: See
TracBrowser
for help on using the repository browser.