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