update CHANGES refs #2961

This commit is contained in:
shimizukawa 2017-04-19 16:28:56 +09:00
parent 1b6ac8b22d
commit de2cd652ab
2 changed files with 6 additions and 0 deletions

View File

@ -106,6 +106,9 @@ Features added
``suppress_warnings``
* #2803: Discovery of builders by entry point
* #1764, #1676: Allow setting 'rel' and 'title' attributes for stylesheets
* #2961: improve :confval:`autodoc_mock_imports`. Now the config value only
requires to declare the top-level modules that should be mocked.
Thanks to Robin Jarry.
Bugs fixed
----------

View File

@ -382,6 +382,9 @@ There are also new config values that you can set:
.. versionadded:: 1.3
.. versionchanged:: 1.6
This config value only requires to declare the top-level modules that
should be mocked.
Docstring preprocessing
-----------------------