Changeset 5662
- Timestamp:
- 25 Jan 2011, 00:44:51 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/docs/source/conf.py
r5342 r5662 24 24 # Add any Sphinx extension module names here, as strings. They can be extensions 25 25 # 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'] 26 extensions = [ 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 ] 27 36 28 37 # Add any paths that contain templates here, relative to this directory. … … 40 49 # General information about the project. 41 50 project = u'WAeUP SIRP' 42 copyright = u'201 0, WAeUP Team'51 copyright = u'2011, WAeUP Team' 43 52 44 53 # The version info for the project you're documenting, acts as replacement for
Note: See TracChangeset for help on using the changeset viewer.