summaryrefslogtreecommitdiffstats
path: root/eclipse/conf.py
diff options
context:
space:
mode:
authorRay Garza <raymond.garza@oarcorp.com>2021-07-01 14:43:57 -0500
committerJoel Sherrill <joel@rtems.org>2021-07-06 14:28:59 -0500
commit9d61006e6de1f17793a5ab98a3f4a3d5e76cc038 (patch)
tree4c5eb9e97e4f311841ef6055a6ae0b95ad908ff6 /eclipse/conf.py
parentuser/bsps/imxrt: Info about ARM PLL frequency (diff)
downloadrtems-docs-9d61006e6de1f17793a5ab98a3f4a3d5e76cc038.tar.bz2
rtems-docs: remove Eclipse Manual
Due to RTEMS 6 no longer using the Make build system and instead using Waf (Eclipse does not offer Waf support), this guide is being removed.
Diffstat (limited to 'eclipse/conf.py')
-rw-r--r--eclipse/conf.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/eclipse/conf.py b/eclipse/conf.py
deleted file mode 100644
index 2adc01f..0000000
--- a/eclipse/conf.py
+++ /dev/null
@@ -1,14 +0,0 @@
-import sys, os
-sys.path.insert(0, os.path.abspath('../common/'))
-
-from conf import *
-
-project = "RTEMS Eclipse Manual"
-
-latex_documents = [
- ('index',
- 'eclipse.tex',
- u'RTEMS Eclipse Manual',
- u'RTEMS Documentation Project',
- 'manual'),
-]