summaryrefslogtreecommitdiffstats
path: root/develenv/conf.py
blob: d6bc2bd3ac373fa9624051621c3c061dd43b68ed (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', 'develenv.tex', u'RTEMS Development Environment Documentation', u'RTEMS Documentation Project', 'manual'),
]