source: rtems-docs/cpu-supplement/conf.py @ 97e1553

5
Last change on this file since 97e1553 was 97e1553, checked in by Sebastian Huber <sebastian.huber@…>, on 01/17/17 at 09:39:08

c-user: Add support for references via bibtex

https://sphinxcontrib-bibtex.readthedocs.io/en/latest/index.html

Update #2871.

  • Property mode set to 100644
File size: 342 bytes
RevLine 
[3a71759]1import sys, os
2sys.path.append(os.path.abspath('../common/'))
3
4from conf import *
5
[97e1553]6extensions = ['sphinxcontrib.bibtex']
7
[3a71759]8version = '1.0'
[45dc7c7]9release = '4.11.99'
[3a71759]10
[7193f09]11project = "RTEMS CPU Architecture Supplement"
[f7dbf17]12
[9b5801a]13latex_documents = [
[7193f09]14        ('index', 'cpu-supplement.tex', u'RTEMS CPU Architecture Supplement', u'RTEMS Documentation Project', 'manual'),
[9b5801a]15]
Note: See TracBrowser for help on using the repository browser.