mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 02:47:44 +08:00
15 lines
273 B
Python
15 lines
273 B
Python
import sys, os
|
|
sys.path.insert(0, os.path.abspath('../common/'))
|
|
|
|
from conf import *
|
|
|
|
project = "RTEMS BSP and Driver Guide"
|
|
|
|
latex_documents = [
|
|
('index',
|
|
'bsp-howto.tex',
|
|
u'RTEMS BSP and Driver Guide',
|
|
u'RTEMS Documentation Project',
|
|
'manual'),
|
|
]
|