mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-14 07:19:35 +08:00
14 lines
276 B
Python
14 lines
276 B
Python
import sys, os
|
|
sys.path.append(os.path.abspath('../common/'))
|
|
|
|
from conf import *
|
|
|
|
version = '4.11.0'
|
|
release = '4.11.0'
|
|
|
|
project = "RTEMS C User Manual"
|
|
|
|
latex_documents = [
|
|
('index', 'c-user.tex', u'RTEMS C User Documentation', u'RTEMS Documentation Project', 'manual'),
|
|
]
|