Don't output system messages while resolving, because they would stay in the doctrees even if keep_warnings is false.

This commit is contained in:
Georg Brandl
2009-02-17 18:57:51 +01:00
parent 3984c0f05c
commit 071756377a
2 changed files with 11 additions and 5 deletions

View File

@@ -1,6 +1,9 @@
Release 0.5.2 (in development)
==============================
* Don't output system messages while resolving, because they
would stay in the doctrees even if keep_warnings is false.
* #82: Determine the correct path for dependencies noted by
docutils. This fixes behavior where a source with dependent
files was always reported as changed.