mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-20 11:29:02 +08:00
Add Eclipse user manual for RTEMS.
This commit is contained in:
13
eclipse/conf.py
Normal file
13
eclipse/conf.py
Normal file
@@ -0,0 +1,13 @@
|
||||
import sys, os
|
||||
sys.path.append(os.path.abspath('../common/'))
|
||||
|
||||
from conf import *
|
||||
|
||||
version = '4.11.0'
|
||||
release = '4.11.0'
|
||||
|
||||
project = "RTEMS Eclipse Manual"
|
||||
|
||||
latex_documents = [
|
||||
('index', 'eclipse.tex', u'RTEMS Eclipse Manual', u'RTEMS Documentation Project', 'manual'),
|
||||
]
|
Reference in New Issue
Block a user