summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-09-22 21:55:11 +0200
committerGeorg Brandl <georg@python.org>2014-09-22 21:55:11 +0200
commit81b87b9d7fcb49c52e82bc41b831da924370fe4f (patch)
tree55f2f77d70062e1586b704c5222f4382e107e2dc /CHANGES
parent052b2ba1233c08d77b65b21635336378e5259ebf (diff)
downloadsphinx-81b87b9d7fcb49c52e82bc41b831da924370fe4f.tar.gz
Document env-merge-info event, add parallel reading to changelog
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cec06655..895f2143 100644
--- a/CHANGES
+++ b/CHANGES
@@ -28,6 +28,10 @@ Features added
* Add support for docutils 0.12
* Added ``sphinx.ext.napoleon`` extension for NumPy and Google style docstring
support.
+* Added support for parallel reading (parsing) of source files with the
+ `sphinx-build -j` option. Third-party extensions will need to be checked for
+ compatibility and may need to be adapted if they store information in the
+ build environment object. See `env-merge-info`.
* Added the `any` role that can be used to find a cross-reference of
*any* type in *any* domain. Custom domains should implement the new
`Domain.resolve_any_xref` method to make this work properly.