summaryrefslogtreecommitdiffstats
path: root/c_user/conf.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-11-03 16:58:08 +1100
committerChris Johns <chrisj@rtems.org>2016-11-03 16:58:08 +1100
commit72a62ad88f82fe1ffee50024db4dd0f3fa5806f7 (patch)
tree6b0e527e67141f8126ba56b8a3c1eb90aeed5849 /c_user/conf.py
parentwaf: Use separate doctrees so avoid sphinx clashes. (diff)
downloadrtems-docs-72a62ad88f82fe1ffee50024db4dd0f3fa5806f7.tar.bz2
Rename all manuals with an _ to have a -. It helps released naming of files.
Diffstat (limited to 'c_user/conf.py')
-rw-r--r--c_user/conf.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/c_user/conf.py b/c_user/conf.py
deleted file mode 100644
index 04d6615..0000000
--- a/c_user/conf.py
+++ /dev/null
@@ -1,13 +0,0 @@
-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'),
-]