summaryrefslogtreecommitdiffstats
path: root/legacy-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 /legacy-networking/conf.py
parentUser/BSPs/Beagle: Add JTAG debugger section (diff)
downloadrtems-docs-22d213c4846d2d783a8e84cc0b8e067dfe9b1a1e.tar.bz2
networking: Rename to legacy networking
Diffstat (limited to 'legacy-networking/conf.py')
-rw-r--r--legacy-networking/conf.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/legacy-networking/conf.py b/legacy-networking/conf.py
new file mode 100644
index 0000000..98a06b6
--- /dev/null
+++ b/legacy-networking/conf.py
@@ -0,0 +1,14 @@
+import sys, os
+sys.path.insert(0, os.path.abspath('../common/'))
+
+from conf import *
+
+project = "RTEMS Legacy Networking User Manual"
+
+latex_documents = [
+ ('index',
+ 'legacy-networking.tex',
+ u'RTEMS Legacy Networking User Manual',
+ u'RTEMS Documentation Project',
+ 'manual'),
+]