mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-13 22:59:36 +08:00
15 lines
264 B
Python
15 lines
264 B
Python
import sys, os
|
|
sys.path.insert(0, 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'),
|
|
]
|