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