mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-19 06:44:06 +08:00
networking: Rename to legacy networking
This commit is contained in:
14
legacy-networking/conf.py
Normal file
14
legacy-networking/conf.py
Normal file
@@ -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'),
|
||||
]
|
Reference in New Issue
Block a user