mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-18 22:13:01 +08:00
Rename all manuals with an _ to have a -. It helps released naming of files.
This commit is contained in:
13
bsp-howto/conf.py
Normal file
13
bsp-howto/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 BSP and Device Driver Development Guide"
|
||||
|
||||
latex_documents = [
|
||||
('index', 'bsp-howto.tex', u'RTEMS BSP and Device Driver Development Guide', u'RTEMS Documentation Project', 'manual'),
|
||||
]
|
Reference in New Issue
Block a user