summaryrefslogblamecommitdiffstats
path: root/user/conf.py
blob: 29586caa7df481dc57983c72d35367f51f78d02f (plain) (tree)
1
2
3
4
5




                                              















                                             
 
                   
                                                                                              
 
import sys, os
sys.path.append(os.path.abspath('../common/'))

from conf import *

version = '4.11.0'
release = '4.11.0'

project = "RTEMS User Manual"

exclude_patterns = ['config/build.rst',
                    'config/runtime.rst',
                    'start/depend.rst',
                    'start/transition.rst',
                    'start/installation.rst',
                    'start/windows.rst',
                    'test/create.rst',
                    'test/running.rst',
                    'tools/build.rst',
                    'tools/simulation.rst',
                    'waf/index.rst']

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