source: rtems-docs/shell/conf.py @ 3605600

5
Last change on this file since 3605600 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: 251 bytes
RevLine 
[b990440]1import sys, os
[6f110cc]2sys.path.insert(0, os.path.abspath('../common/'))
[b990440]3
4from conf import *
5
[7193f09]6project = "RTEMS Shell Guide"
[b990440]7
[9b5801a]8latex_documents = [
[f97be09]9    ('index',
10     'shell.tex',
11     u'RTEMS Shell Guide',
12     u'RTEMS Documentation Project',
13     'manual'),
[9b5801a]14]
Note: See TracBrowser for help on using the repository browser.