mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 06:46:40 +08:00
13 lines
221 B
Python
13 lines
221 B
Python
import sys, os
|
|
sys.path.append(os.path.abspath('../common/'))
|
|
|
|
from conf import *
|
|
|
|
latex_documents = [
|
|
('index',
|
|
'porting.tex',
|
|
u'RTEMS Porting Guide',
|
|
u'RTEMS Documentation Project',
|
|
'manual'),
|
|
]
|