mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 05:16:39 +08:00
15 lines
282 B
Python
15 lines
282 B
Python
import sys, os
|
|
sys.path.append(os.path.abspath('../common/'))
|
|
|
|
from conf import *
|
|
|
|
project = "RTEMS Software Engineering Handbook"
|
|
|
|
latex_documents = [
|
|
('index',
|
|
'eng.tex',
|
|
u'RTEMS Software Engineering Handbook',
|
|
u'RTEMS Documentation Project',
|
|
'manual'),
|
|
]
|