Changeset 5662 for main


Ignore:
Timestamp:
25 Jan 2011, 00:44:51 (14 years ago)
Author:
uli
Message:
  • Update copyright footer.
  • Enable two new sphinx extensions:
  • sphinx.ext.viewcode creates links for code descriptions to the respective soure code
  • repoze.sphinx.autointerface is able to create interface descriptions in sphinx.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/docs/source/conf.py

    r5342 r5662  
    2424# Add any Sphinx extension module names here, as strings. They can be extensions
    2525# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
    26 extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.ifconfig']
     26extensions = [
     27    'sphinx.ext.autodoc',
     28    'sphinx.ext.doctest',
     29    'sphinx.ext.intersphinx',
     30    'sphinx.ext.todo',
     31    'sphinx.ext.coverage',
     32    'sphinx.ext.ifconfig',
     33    'sphinx.ext.viewcode',
     34    'repoze.sphinx.autointerface'
     35    ]
    2736
    2837# Add any paths that contain templates here, relative to this directory.
     
    4049# General information about the project.
    4150project = u'WAeUP SIRP'
    42 copyright = u'2010, WAeUP Team'
     51copyright = u'2011, WAeUP Team'
    4352
    4453# The version info for the project you're documenting, acts as replacement for
Note: See TracChangeset for help on using the changeset viewer.