merge with 0.6

This commit is contained in:
Georg Brandl 2009-06-16 21:32:05 +02:00
commit a6fdc4602a
2 changed files with 3 additions and 4 deletions

View File

@ -103,9 +103,9 @@ directive.
.. versionadded:: 0.3
* It's possible to override the signature for callable members (functions,
methods, classes) with the regular syntax that will override the signature
gained from instropection::
* It's possible to override the signature for explicitly documented callable
objects (functions, methods, classes) with the regular syntax that will
override the signature gained from introspection::
.. autoclass:: Noodle(type)

View File

@ -607,7 +607,6 @@ class BuildEnvironment:
pub.publish()
doctree = pub.document
except UnicodeError, err:
import pdb; pdb.set_trace()
raise SphinxError(str(err))
self.filter_messages(doctree)
self.process_dependencies(docname, doctree)