Add verbose option `-v` for sphinx-build and some rudimentary debugging support.

This commit is contained in:
Jonathan Waltman
2013-01-05 02:41:12 -06:00
parent 3cd00a0809
commit 51fb8b435b
6 changed files with 87 additions and 19 deletions

View File

@@ -1,6 +1,12 @@
Release 1.2 (in development)
============================
* sphinx-build now has a verbose option :option:`-v` which can be
repeated for greater effect. A single occurrance provides a
slightly more verbose output than normal. Two or more occurrences
of this option provides more detailed output which may be useful for
debugging.
* sphinx-build now provides more specific error messages when called with
invalid options or arguments.