mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
update CHANGES refs #2961
This commit is contained in:
parent
1b6ac8b22d
commit
de2cd652ab
3
CHANGES
3
CHANGES
@ -106,6 +106,9 @@ Features added
|
|||||||
``suppress_warnings``
|
``suppress_warnings``
|
||||||
* #2803: Discovery of builders by entry point
|
* #2803: Discovery of builders by entry point
|
||||||
* #1764, #1676: Allow setting 'rel' and 'title' attributes for stylesheets
|
* #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
|
Bugs fixed
|
||||||
----------
|
----------
|
||||||
|
@ -382,6 +382,9 @@ There are also new config values that you can set:
|
|||||||
|
|
||||||
.. versionadded:: 1.3
|
.. versionadded:: 1.3
|
||||||
|
|
||||||
|
.. versionchanged:: 1.6
|
||||||
|
This config value only requires to declare the top-level modules that
|
||||||
|
should be mocked.
|
||||||
|
|
||||||
Docstring preprocessing
|
Docstring preprocessing
|
||||||
-----------------------
|
-----------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user