Closes #958: Do not preserve `environment.pickle` after a failed build.

This commit is contained in:
Jonathan Waltman
2013-01-03 13:34:47 -06:00
parent d747fa3cd0
commit d997aa76b0
3 changed files with 8 additions and 4 deletions

View File

@@ -62,6 +62,8 @@ Release 1.2 (in development)
* #1041: Fix cpp domain parser fails to parse a const type with a modifier.
* #958: Do not preserve ``environment.pickle`` after a failed build.
* PR#88: Added the "Sphinx Developer's Guide" (:file:`doc/devguide.rst`)
which outlines the basic development process of the Sphinx project.