Changeset c05e43b in rtems-docs for user/conf.py
- Timestamp:
- 03/09/16 04:37:31 (8 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 4e3cf2b
- Parents:
- cec0d2b
- git-author:
- Chris Johns <chrisj@…> (03/09/16 04:37:31)
- git-committer:
- Amar Takhar <verm@…> (05/03/16 00:51:26)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
user/conf.py
rcec0d2b rc05e43b 4 4 from conf import * 5 5 6 version = '1.0' 7 release = '5.0' 6 version = '4.11.0' 7 release = '4.11.0' 8 9 project = "RTEMS User Manual" 10 11 exclude_patterns = ['config/build.rst', 12 'config/runtime.rst', 13 'start/depend.rst', 14 'start/transition.rst', 15 'start/installation.rst', 16 'start/windows.rst', 17 'test/create.rst', 18 'test/running.rst', 19 'tools/build.rst', 20 'tools/simulation.rst', 21 'waf/index.rst'] 8 22 9 23 latex_documents = [ 10 ('index', 'user.tex', u'RTEMS User Documentation', u'RTEMS Documentation Project', 'manual'),24 ('index', 'user.tex', u'RTEMS User Manual', u'RTEMS Documentation Project', 'manual'), 11 25 ] 12
Note: See TracChangeset
for help on using the changeset viewer.