summaryrefslogtreecommitdiffstats
path: root/rsb/conf.py
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-10-28 16:40:44 -0500
committerJoel Sherrill <joel@rtems.org>2016-10-30 12:49:11 -0500
commitcddb06c537f1452bb15ab91b00af35e9378bc0d4 (patch)
tree1b7f06fa42fc27ad9e2f53a94f11bada767139a8 /rsb/conf.py
parentwaf: Add top build support. (diff)
downloadrtems-docs-cddb06c537f1452bb15ab91b00af35e9378bc0d4.tar.bz2
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.
Diffstat (limited to 'rsb/conf.py')
-rw-r--r--rsb/conf.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/rsb/conf.py b/rsb/conf.py
new file mode 100644
index 0000000..04d6615
--- /dev/null
+++ b/rsb/conf.py
@@ -0,0 +1,13 @@
+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'),
+]