mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-14 06:29:27 +08:00
15 lines
261 B
Python
15 lines
261 B
Python
import sys, os
|
|
sys.path.append(os.path.abspath('../common/'))
|
|
|
|
from conf import *
|
|
|
|
project = "RTEMS Classic API Guide"
|
|
|
|
latex_documents = [
|
|
('index',
|
|
'c-user.tex',
|
|
u'RTEMS Classic API Guide',
|
|
u'RTEMS Documentation Project',
|
|
'manual'),
|
|
]
|