mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 08:36:40 +08:00

The content was manually converted from Asciidoc to Sphinx and there are some areas which remain to be done. Specifically there are some tables and embedded links which are known to remain but there are almost certainly other things to clean up.
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'),
|
|
]
|