Chris Johns 81276042d2 Use a single top level version number.
Fix the path in the catalogue links to allow prefix testing on a local
disk.

Close #2940.
2017-03-20 11:42:56 +11:00

13 lines
309 B
Python

import sys, os
sys.path.append(os.path.abspath('../common/'))
from conf import *
project = "RTEMS Eclipse Manual"
latex_documents = [('index',
'eclipse.tex',
u'RTEMS Eclipse Manual',
u'RTEMS Documentation Project',
'manual')]