mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-14 06:00:01 +08:00
14 lines
295 B
Python
14 lines
295 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 Filesystem Design Guide"
|
|
|
|
latex_documents = [
|
|
('index', 'filesystem.tex', u'RTEMS Filesystem Design Guide', u'RTEMS Filesystem Design Guide', 'manual'),
|
|
]
|