source: rtems-docs/networking/conf.py @ 489740f

4.115
Last change on this file since 489740f was b412038, checked in by Chris Johns <chrisj@…>, on 04/11/16 at 03:53:58

Clean up and review of Networking User Guide.

  • Property mode set to 100644
File size: 298 bytes
Line 
1import sys, os
2sys.path.append(os.path.abspath('../common/'))
3
4from conf import *
5
6version = '4.11.0'
7release = '4.11.0'
8
9project = "RTEMS Networking User Manual"
10
11latex_documents = [
12        ('index', 'networking.tex', u'RTEMS Networking User Documentation', u'RTEMS Documentation Project', 'manual'),
13]
Note: See TracBrowser for help on using the repository browser.