rtems-docs/rsb/conf.py
Joel Sherrill cddb06c537 RSB: Initial addition
The content was manually converted from Asciidoc to Sphinx and
there are some areas which remain to be done. Specifically
there are some tables and embedded links which are known
to remain but there are almost certainly other things to
clean up.
2016-10-30 12:49:11 -05:00

14 lines
276 B
Python

import sys, os
sys.path.append(os.path.abspath('../common/'))
from conf import *
version = '4.11.0'
release = '4.11.0'
project = "RTEMS C User Manual"
latex_documents = [
('index', 'c_user.tex', u'RTEMS C User Documentation', u'RTEMS Documentation Project', 'manual'),
]