* Fix: autodoc, autosummary: importing setup.py will invoke setup process and execute sys.exit(). Now sphinx avoids SystemExit exception and emits warnings without unexpected termination. Closes #1226

This commit is contained in:
Takayuki Shimizukawa
2014-07-05 00:11:59 +09:00
parent b3aa4aa81b
commit 4d69072f44
3 changed files with 13 additions and 3 deletions

View File

@@ -18,6 +18,9 @@ Bugs fixed
* #1499: With non-callable `setup` in a conf.py, now sphinx-build emits
user-friendly error message.
* #1502: In autodoc, fix display of parameter defaults containing backslashes.
* #1226: autodoc, autosummary: importing setup.py by automodule will invoke
setup process and execute `sys.exit()`. Now sphinx avoids SystemExit
exception and emits warnings without unexpected termination.
Release 1.2.2 (released Mar 2, 2014)
====================================