summaryrefslogtreecommitdiffstats
path: root/develenv/conf.py
blob: 6358d334caf2d40b75f0b6e645f293e2098e8e3a (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.0'
release = '4.11.0'

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