comparison docs/conf.py @ 2235:b6adef467e23 beta

changelog update + whitespace cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 04 May 2012 00:42:02 +0200
parents 6b97fb00fa03
children aa90719e8520
comparison
equal deleted inserted replaced
2234:ef35dce65557 2235:b6adef467e23
25 # If your documentation needs a minimal Sphinx version, state it here. 25 # If your documentation needs a minimal Sphinx version, state it here.
26 #needs_sphinx = '1.0' 26 #needs_sphinx = '1.0'
27 27
28 # Add any Sphinx extension module names here, as strings. They can be extensions 28 # Add any Sphinx extension module names here, as strings. They can be extensions
29 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. 29 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
30 extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 30 extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest',
31 'sphinx.ext.intersphinx', 'sphinx.ext.todo', 31 'sphinx.ext.intersphinx', 'sphinx.ext.todo',
32 'sphinx.ext.viewcode'] 32 'sphinx.ext.viewcode']
33 33
34 # Add any paths that contain templates here, relative to this directory. 34 # Add any paths that contain templates here, relative to this directory.
35 templates_path = ['_templates'] 35 templates_path = ['_templates']
36 36