The `env-updated` event can now return a value, which is interpreted as an iterable of additional docnames that need to be rewritten.

(reference: #1683)
This commit is contained in:
Georg Brandl
2015-01-25 16:13:04 +01:00
parent d6e1b58b7f
commit accb32ff07
3 changed files with 15 additions and 2 deletions

View File

@@ -11,6 +11,8 @@ Features added
* Added ``highlight_options`` configuration value.
* The ``language`` config value is now available in the HTML templates.
* The ``env-updated`` event can now return a value, which is interpreted
as an iterable of additional docnames that need to be rewritten.
Bugs fixed
----------