mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-20 04:10:12 +08:00
Add PDF generation support use with --pdf
This commit is contained in:
12
c_user/conf.py
Normal file
12
c_user/conf.py
Normal file
@@ -0,0 +1,12 @@
|
||||
import sys, os
|
||||
sys.path.append(os.path.abspath('../common/'))
|
||||
|
||||
from conf import *
|
||||
|
||||
version = '1.0'
|
||||
release = '5.0'
|
||||
|
||||
latex_documents = [
|
||||
('index', 'c_user.tex', u'RTEMS C User Documentation', u'RTEMS Documentation Project', 'manual'),
|
||||
]
|
||||
|
Reference in New Issue
Block a user