summaryrefslogtreecommitdiffstats
path: root/networking/conf.py
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijay@rtems.org>2021-03-01 09:44:55 -0700
committerVijay Kumar Banerjee <vijay@rtems.org>2021-03-30 09:28:59 -0600
commit22d213c4846d2d783a8e84cc0b8e067dfe9b1a1e (patch)
tree71182c7caec4fe9b86cba4f8e4b1a7ec64533d64 /networking/conf.py
parentUser/BSPs/Beagle: Add JTAG debugger section (diff)
downloadrtems-docs-22d213c4846d2d783a8e84cc0b8e067dfe9b1a1e.tar.bz2
networking: Rename to legacy networking
Diffstat (limited to 'networking/conf.py')
-rw-r--r--networking/conf.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/networking/conf.py b/networking/conf.py
deleted file mode 100644
index 1c129bc..0000000
--- a/networking/conf.py
+++ /dev/null
@@ -1,14 +0,0 @@
-import sys, os
-sys.path.insert(0, os.path.abspath('../common/'))
-
-from conf import *
-
-project = "RTEMS Networking User Manual"
-
-latex_documents = [
- ('index',
- 'networking.tex',
- u'RTEMS Networking User Manual',
- u'RTEMS Documentation Project',
- 'manual'),
-]