mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-14 07:29:24 +08:00
16 lines
340 B
Python
16 lines
340 B
Python
import sys, os
|
|
sys.path.append(os.path.abspath('../common/'))
|
|
|
|
from conf import *
|
|
|
|
extensions = ['sphinx.ext.imgmath', 'sphinxcontrib.bibtex']
|
|
|
|
version = '4.11.99'
|
|
release = '4.11.99'
|
|
|
|
project = "RTEMS Classic API Guide"
|
|
|
|
latex_documents = [
|
|
('index', 'c-user.tex', u'RTEMS Classic API Guide', u'RTEMS Documentation Project', 'manual'),
|
|
]
|