source: rtems-docs/book/conf.py @ 6f110cc

5
Last change on this file since 6f110cc 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: 223 bytes
Line 
1import sys, os
2sys.path.insert(0, os.path.abspath('../common/'))
3
4from conf import *
5
6version = '1.0'
7release = '5.0'
8
9latex_documents = [
10        ('index', 'book.tex', u'RTEMS Book', u'RTEMS Documentation Project', 'manual'),
11]
12
Note: See TracBrowser for help on using the repository browser.