summaryrefslogtreecommitdiffstats
path: root/bsp_howto/conf.py
blob: 722d2f56ce9b34c9abc4a326be4025c8e7c9e7df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
import sys, os
sys.path.append(os.path.abspath('../common/'))

from conf import *

version = '1.0'
release = '5.0'

latex_documents = [
	('index', 'bsp_howto.tex', u'RTEMS BSP Howto Documentation', u'RTEMS Documentation Project', 'manual'),
]