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
RevLine 
[3a71759]1import sys, os
2sys.path.append(os.path.abspath('../common/'))
3
4from conf import *
5
[b412038]6version = '4.11.0'
7release = '4.11.0'
8
9project = "RTEMS Networking User Manual"
[3a71759]10
[9b5801a]11latex_documents = [
[b412038]12        ('index', 'networking.tex', u'RTEMS Networking User Documentation', u'RTEMS Documentation Project', 'manual'),
[9b5801a]13]
Note: See TracBrowser for help on using the repository browser.