From 72a62ad88f82fe1ffee50024db4dd0f3fa5806f7 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Thu, 3 Nov 2016 16:58:08 +1100 Subject: Rename all manuals with an _ to have a -. It helps released naming of files. --- cpu-supplement/conf.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 cpu-supplement/conf.py (limited to 'cpu-supplement/conf.py') diff --git a/cpu-supplement/conf.py b/cpu-supplement/conf.py new file mode 100644 index 0000000..e08bbf1 --- /dev/null +++ b/cpu-supplement/conf.py @@ -0,0 +1,11 @@ +import sys, os +sys.path.append(os.path.abspath('../common/')) + +from conf import * + +version = '1.0' +release = '5.0' + +latex_documents = [ + ('index', 'cpu-supplement.tex', u'RTEMS CPU Supplement Documentation', u'RTEMS Documentation Project', 'manual'), +] -- cgit v1.2.3