mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-20 00:20:04 +08:00
Rename all manuals with an _ to have a -. It helps released naming of files.
This commit is contained in:
11
cpu-supplement/conf.py
Normal file
11
cpu-supplement/conf.py
Normal file
@@ -0,0 +1,11 @@
|
||||
import sys, os
|
||||
sys.path.append(os.path.abspath('../common/'))
|
||||
|
||||
from conf import *
|
||||
|
||||
version = '1.0'
|
||||
release = '5.0'
|
||||
|
||||
latex_documents = [
|
||||
('index', 'cpu-supplement.tex', u'RTEMS CPU Supplement Documentation', u'RTEMS Documentation Project', 'manual'),
|
||||
]
|
Reference in New Issue
Block a user