sphinx-build: Provide more specific error messages for invalid arguments.

This commit is contained in:
Jonathan Waltman
2013-01-04 22:52:42 -06:00
parent 66fe7cc2d7
commit 3cd00a0809
2 changed files with 10 additions and 4 deletions

View File

@@ -1,6 +1,9 @@
Release 1.2 (in development)
============================
* sphinx-build now provides more specific error messages when called with
invalid options or arguments.
* sphinx-build now supports the standard :option:`--help` and
:option:`--version` options.