mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-18 23:14:06 +08:00
Rename all manuals with an _ to have a -. It helps released naming of files.
This commit is contained in:
13
posix-users/conf.py
Normal file
13
posix-users/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 POSIX User Manual"
|
||||
|
||||
latex_documents = [
|
||||
('index', 'posix-users.tex', u'RTEMS POSIX API User\'s Guide', u'RTEMS Documentation Project', 'manual'),
|
||||
]
|
Reference in New Issue
Block a user