summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorshimizukawa <shimizukawa@gmail.com>2014-05-05 12:22:58 +0900
committershimizukawa <shimizukawa@gmail.com>2014-05-05 12:22:58 +0900
commite7cb923c2607c38fb7cc79fb5a44b3f573d6f3dc (patch)
treee38e8ac597536731be48fbbaf8ee2a7294c5da28 /CHANGES
parent9a1fe37fec22e61f3a6f52ad4c2b1a74ad71a6ae (diff)
downloadsphinx-e7cb923c2607c38fb7cc79fb5a44b3f573d6f3dc.tar.gz
fix: For a apidoc -M feature, packages with empty docstring caused a syntax error. Closes #1456.
# see also pull request #236
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7400c644..69094c7a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -34,6 +34,8 @@ New features
* Prompt for the document language in sphinx-quickstart.
* PR#217: Added config values to suppress UUID and location information in
generated gettext catalogs.
+* PR#236, #1456: apidoc: Add a -M option to put module documentation before
+ submodule documentation. Thanks to Wes Turner and Luc Saffre.
Bugs fixed
----------