2525
2626# Add any Sphinx extension module names here, as strings. They can be extensions
2727# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
28- extensions = ['sphinx.ext.ifconfig' ]
28+ extensions = ['sphinx.ext.ifconfig' , 'sphinx.ext.todo' ]
2929
3030# Add any paths that contain templates here, relative to this directory.
3131templates_path = ['_templates' ]
4141
4242# General information about the project.
4343project = u'pythonguide'
44- copyright = u'2011 . A <a href="http://kennethreitz.com/pages/open-projects.html">Kenneth Reitz</a> Project'
44+ copyright = u'2012 . A <a href="http://kennethreitz.com/pages/open-projects.html">Kenneth Reitz</a> Project'
4545
4646# The version info for the project you're documenting, acts as replacement for
4747# |version| and |release|, also used in various other places throughout the
182182# Grouping the document tree into LaTeX files. List of tuples
183183# (source start file, target name, title, author, documentclass [howto/manual]).
184184latex_documents = [
185- ('index' , 'pythonguide.tex' , u'Pythong Guide Documentation' ,
185+ ('index' , 'pythonguide.tex' , u'Python Guide Documentation' ,
186186 u'Kenneth Reitz' , 'manual' ),
187187]
188188
258258
259259# Allow duplicate toc entries.
260260#epub_tocdup = True
261+
262+ todo_include_todos = True
0 commit comments