mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-14 22:49:17 +08:00
13 lines
223 B
Python
13 lines
223 B
Python
import sys, os
|
|
sys.path.insert(0, os.path.abspath('../common/'))
|
|
|
|
from conf import *
|
|
|
|
version = '1.0'
|
|
release = '5.0'
|
|
|
|
latex_documents = [
|
|
('index', 'book.tex', u'RTEMS Book', u'RTEMS Documentation Project', 'manual'),
|
|
]
|
|
|