Deprecate the old IndexBuilder.feed() method signature

The method signature changed in commit
d27386cc95 (Jun 8, 2016).
This commit is contained in:
Jon Dufresne
2018-12-16 13:32:00 -08:00
parent 30ec4b6bba
commit c4baa7234e
3 changed files with 15 additions and 1 deletions

View File

@@ -51,6 +51,8 @@ Deprecated
is_meta_keywords()``
* The ``suffix`` argument of ``env.doc2path()`` is deprecated.
* The string style ``base`` argument of ``env.doc2path()`` is deprecated.
* The fallback to allow omitting the ``filename`` argument from an overridden
``IndexBuilder.feed()`` method is deprecated.
* ``sphinx.addnodes.abbreviation``
* ``sphinx.application.Sphinx._setting_up_extension``
* ``sphinx.config.check_unicode()``