mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-16 16:33:05 +08:00
Use a single top level version number.
This commit is contained in:
@@ -3,10 +3,10 @@ sys.path.append(os.path.abspath('../common/'))
|
||||
|
||||
from conf import *
|
||||
|
||||
version = '1.0'
|
||||
release = '5.0'
|
||||
|
||||
latex_documents = [
|
||||
('index', 'porting.tex', u'RTEMS Porting Guide', u'RTEMS Documentation Project', 'manual'),
|
||||
('index',
|
||||
'porting.tex',
|
||||
u'RTEMS Porting Guide',
|
||||
u'RTEMS Documentation Project',
|
||||
'manual'),
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user