#490: Fix cross-references to objects of types added by the :func:~.Sphinx.add_object_type API function.

This commit is contained in:
Georg Brandl
2010-08-14 16:51:04 +02:00
parent 8a17f7a84f
commit a484c6f793
3 changed files with 11 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
Release 1.0.2 (Aug 05, 2010)
============================
* #490: Fix cross-references to objects of types added by the
:func:`~.Sphinx.add_object_type` API function.
* Allow breaking long signatures, continuing with backlash-escaped
newlines.