mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-18 20:19:10 +08:00
Use a single top level version number.
This commit is contained in:
@@ -3,9 +3,6 @@ sys.path.append(os.path.abspath('../common/'))
|
||||
|
||||
from conf import *
|
||||
|
||||
version = '4.11.99'
|
||||
release = '4.11.99'
|
||||
|
||||
project = "RTEMS User Manual"
|
||||
|
||||
exclude_patterns = ['config/build.rst',
|
||||
@@ -40,5 +37,9 @@ exclude_patterns = ['config/build.rst',
|
||||
'waf/index.rst']
|
||||
|
||||
latex_documents = [
|
||||
('index', 'user.tex', u'RTEMS User Manual', u'RTEMS Documentation Project', 'manual'),
|
||||
('index',
|
||||
'user.tex',
|
||||
u'RTEMS User Manual',
|
||||
u'RTEMS Documentation Project',
|
||||
'manual'),
|
||||
]
|
||||
|
Reference in New Issue
Block a user