mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-19 03:35:49 +08:00
Initial start of converting the Word outline to Rest
Thanks to Scott Zemerick <scott.zemerick@tmctechnologies.com> for the analysis and ideas that led to this.
This commit is contained in:
14
eng/conf.py
Normal file
14
eng/conf.py
Normal file
@@ -0,0 +1,14 @@
|
||||
import sys, os
|
||||
sys.path.append(os.path.abspath('../common/'))
|
||||
|
||||
from conf import *
|
||||
|
||||
project = "RTEMS Software Engineering Handbook"
|
||||
|
||||
latex_documents = [
|
||||
('index',
|
||||
'software-engineering-handbook.tex',
|
||||
u'RTEMS Software Engineering Handbook',
|
||||
u'RTEMS Documentation Project',
|
||||
'manual'),
|
||||
]
|
Reference in New Issue
Block a user