merge with stable

This commit is contained in:
Georg Brandl
2014-01-19 17:41:41 +01:00
12 changed files with 415 additions and 184 deletions

12
CHANGES
View File

@@ -139,6 +139,18 @@ Bugs fixed
* #979, #1266: Fix exclude handling in ``sphinx-apidoc``.
* #1302: Fix regression in :mod:`sphinx.ext.inheritance_diagram` when
documenting classes that can't be pickled.
* #1316: Remove hard-coded ``font-face`` resources from epub theme.
* #1329: Fix traceback with empty translation msgstr in .po files.
* #1300: Fix references not working in translated documents in some instances.
* #1283: Fix a bug in the detection of changed files that would try to access
doctrees of deleted documents.
Documentation
-------------