summaryrefslogtreecommitdiffstats
path: root/networking/conf.py
blob: 426ea45387ca01b40bd1f2e7d0a46e8bed72b14d (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.0'
release = '4.11.0'

project = "RTEMS Networking User Manual"

latex_documents = [
	('index', 'networking.tex', u'RTEMS Networking User Documentation', u'RTEMS Documentation Project', 'manual'),
]