mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-21 19:06:38 +08:00
Use a single top level version number.
Fix the path in the catalogue links to allow prefix testing on a local disk. Close #2940.
This commit is contained in:
@@ -3,11 +3,10 @@ sys.path.append(os.path.abspath('../common/'))
|
||||
|
||||
from conf import *
|
||||
|
||||
version = '4.11.0'
|
||||
release = '4.11.0'
|
||||
|
||||
project = "RTEMS Networking User Manual"
|
||||
|
||||
latex_documents = [
|
||||
('index', 'networking.tex', u'RTEMS Networking User Documentation', u'RTEMS Documentation Project', 'manual'),
|
||||
]
|
||||
latex_documents = [('index',
|
||||
'networking.tex',
|
||||
u'RTEMS Networking User Documentation',
|
||||
u'RTEMS Documentation Project',
|
||||
'manual')]
|
||||
|
Reference in New Issue
Block a user