Changeset f97be09 in rtems-docs for cpu-supplement/conf.py
- Timestamp:
- Mar 20, 2017, 1:18:53 AM (4 years ago)
- Branches:
- 5, am, master
- Children:
- 228560f
- Parents:
- 1accbe3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpu-supplement/conf.py
r1accbe3 rf97be09 4 4 from conf import * 5 5 6 extensions = ['sphinxcontrib.bibtex']7 8 version = '1.0'9 release = '4.11.99'10 11 6 project = "RTEMS CPU Architecture Supplement" 12 7 13 8 latex_documents = [ 14 ('index', 'cpu-supplement.tex', u'RTEMS CPU Architecture Supplement', u'RTEMS Documentation Project', 'manual'), 9 ('index', 10 'cpu-supplement.tex', 11 u'RTEMS CPU Architecture Supplement', 12 u'RTEMS Documentation Project', 13 'manual'), 15 14 ]
Note: See TracChangeset
for help on using the changeset viewer.