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