mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 02:47:44 +08:00
13 lines
249 B
Python
13 lines
249 B
Python
import sys, os
|
|
sys.path.append(os.path.abspath('../common/'))
|
|
|
|
from conf import *
|
|
|
|
version = '1.0'
|
|
release = '5.0'
|
|
|
|
latex_documents = [
|
|
('index', 'rtemsconfig.tex', u'RTEMS RTEMS Config Documentation', u'RTEMS Documentation Project', 'manual'),
|
|
]
|
|
|