mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-19 02:02:34 +08:00
User manual, devel install and windows install.
This commit is contained in:
21
user/conf.py
21
user/conf.py
@@ -3,10 +3,23 @@ sys.path.append(os.path.abspath('../common/'))
|
||||
|
||||
from conf import *
|
||||
|
||||
version = '1.0'
|
||||
release = '5.0'
|
||||
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 Documentation', u'RTEMS Documentation Project', 'manual'),
|
||||
('index', 'user.tex', u'RTEMS User Manual', u'RTEMS Documentation Project', 'manual'),
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user