Rename env-read-docs to env-before-read-docs, add changelog entry and fixup tests.

This commit is contained in:
Georg Brandl
2014-09-22 09:13:44 +02:00
parent 3c5cda97d1
commit e7ed7cd627
6 changed files with 35 additions and 59 deletions

View File

@@ -73,6 +73,8 @@ Features added
* #623: `sphinx.ext.viewcode` supports imported function/class aliases.
* PR#275: `sphinx.ext.intersphinx` supports multiple target for the
inventory. Thanks to Brigitta Sipocz.
* PR#261: Added the `env-before-read-docs` event that can be connected to modify
the order of documents before they are read by the environment.
* #1284: Program options documented with :rst:dir:`option` can now start with
``+``.