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