From 1ae5e889fbf6e5e134402ab9fbdf5878dd9731e8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 21 Nov 2018 10:39:04 -0600 Subject: Initial start of converting the Word outline to Rest Thanks to Scott Zemerick for the analysis and ideas that led to this. --- eng/conf.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 eng/conf.py (limited to 'eng/conf.py') diff --git a/eng/conf.py b/eng/conf.py new file mode 100644 index 0000000..a4da3ff --- /dev/null +++ b/eng/conf.py @@ -0,0 +1,14 @@ +import sys, os +sys.path.append(os.path.abspath('../common/')) + +from conf import * + +project = "RTEMS Software Engineering Handbook" + +latex_documents = [ + ('index', + 'software-engineering-handbook.tex', + u'RTEMS Software Engineering Handbook', + u'RTEMS Documentation Project', + 'manual'), +] -- cgit v1.2.3