mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-14 12:49:18 +08:00
13 lines
241 B
Python
13 lines
241 B
Python
import sys, os
|
|
sys.path.insert(0, os.path.abspath('../common/'))
|
|
|
|
from conf import *
|
|
|
|
latex_documents = [
|
|
('index',
|
|
'rtemsconfig.tex',
|
|
u'RTEMS RTEMS Config Documentation',
|
|
u'RTEMS Documentation Project',
|
|
'manual'),
|
|
]
|