mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 07:07:19 +08:00
16 lines
342 B
Python
16 lines
342 B
Python
import sys, os
|
|
sys.path.append(os.path.abspath('../common/'))
|
|
|
|
from conf import *
|
|
|
|
extensions = ['sphinxcontrib.bibtex']
|
|
|
|
version = '1.0'
|
|
release = '4.11.99'
|
|
|
|
project = "RTEMS CPU Architecture Supplement"
|
|
|
|
latex_documents = [
|
|
('index', 'cpu-supplement.tex', u'RTEMS CPU Architecture Supplement', u'RTEMS Documentation Project', 'manual'),
|
|
]
|