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

from conf import *

version = '4.11.99'
release = '4.11.99'

latex_documents = [
	('index', 'develenv.tex', u'RTEMS Development Environment Documentation', u'RTEMS Documentation Project', 'manual'),
]