Changeset f97be09 in rtems-docs for rtemsconfig/conf.py
- Timestamp:
- 03/20/17 01:18:53 (7 years ago)
- Branches:
- 5, master
- Children:
- 228560f
- Parents:
- 1accbe3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rtemsconfig/conf.py
r1accbe3 rf97be09 4 4 from conf import * 5 5 6 version = '1.0'7 release = '5.0'8 9 6 latex_documents = [ 10 ('index', 'rtemsconfig.tex', u'RTEMS RTEMS Config Documentation', u'RTEMS Documentation Project', 'manual'), 7 ('index', 8 'rtemsconfig.tex', 9 u'RTEMS RTEMS Config Documentation', 10 u'RTEMS Documentation Project', 11 'manual'), 11 12 ] 12
Note: See TracChangeset
for help on using the changeset viewer.