summaryrefslogtreecommitdiffstats
path: root/bsp-howto/conf.py
blob: 6367d640a3bcff52fc199ca846178e41cb0da798 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
import sys, os
sys.path.append(os.path.abspath('../common/'))

from conf import *

version = '4.11.99'
release = '4.11.99'

project = "RTEMS BSP and Device Driver Development Guide"

latex_documents = [
	('index', 'bsp-howto.tex', u'RTEMS BSP and Device Driver Development Guide', u'RTEMS Documentation Project', 'manual'),
]