mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Reorder deprecated APIs (app)
This commit is contained in:
parent
e081b1f154
commit
b914327317
6
CHANGES
6
CHANGES
@ -40,11 +40,8 @@ Deprecated
|
|||||||
----------
|
----------
|
||||||
|
|
||||||
* :confval:`source_parsers` is deprecated
|
* :confval:`source_parsers` is deprecated
|
||||||
* ``Application.import_object()`` is deprecated
|
|
||||||
* Drop function based directive support. For now, Sphinx only supports class
|
* Drop function based directive support. For now, Sphinx only supports class
|
||||||
based directives.
|
based directives.
|
||||||
* ``Sphinx.add_source_parser()`` has changed; the *suffix* argument has
|
|
||||||
been deprecated
|
|
||||||
* ``sphinx.util.docutils.directive_helper()`` is deprecated
|
* ``sphinx.util.docutils.directive_helper()`` is deprecated
|
||||||
* ``sphinx.cmdline`` is deprecated
|
* ``sphinx.cmdline`` is deprecated
|
||||||
* ``sphinx.locale.l_()`` is deprecated
|
* ``sphinx.locale.l_()`` is deprecated
|
||||||
@ -52,6 +49,9 @@ Deprecated
|
|||||||
* ``app.override_domain()`` is deprecated
|
* ``app.override_domain()`` is deprecated
|
||||||
* ``app.add_stylesheet()`` is deprecated
|
* ``app.add_stylesheet()`` is deprecated
|
||||||
* ``app.add_javascript()`` is deprecated
|
* ``app.add_javascript()`` is deprecated
|
||||||
|
* ``app.import_object()`` is deprecated
|
||||||
|
* ``app.add_source_parser()`` has changed; the *suffix* argument has been
|
||||||
|
deprecated
|
||||||
* ``sphinx.versioning.prepare()`` is deprecated
|
* ``sphinx.versioning.prepare()`` is deprecated
|
||||||
* ``Config.__init__()`` has changed; the *dirname*, *filename* and *tags*
|
* ``Config.__init__()`` has changed; the *dirname*, *filename* and *tags*
|
||||||
argument has been deprecated
|
argument has been deprecated
|
||||||
|
@ -247,11 +247,23 @@ The following is a list of deprecated interface.
|
|||||||
- 3.0
|
- 3.0
|
||||||
- ``sphinx.versioning.UIDTransform``
|
- ``sphinx.versioning.UIDTransform``
|
||||||
|
|
||||||
* - ``sphinx.application.Sphinx.override_domain()``
|
* - ``Sphinx.override_domain()``
|
||||||
- 1.8
|
- 1.8
|
||||||
- 3.0
|
- 3.0
|
||||||
- :meth:`~sphinx.application.Sphinx.add_domain()`
|
- :meth:`~sphinx.application.Sphinx.add_domain()`
|
||||||
|
|
||||||
|
* - ``Sphinx.import_object()``
|
||||||
|
- 1.8
|
||||||
|
- 3.0
|
||||||
|
- ``sphinx.util.import_object()``
|
||||||
|
|
||||||
|
* - ``suffix`` argument of
|
||||||
|
:meth:`~sphinx.application.Sphinx.add_source_parser()`
|
||||||
|
- 1.8
|
||||||
|
- 3.0
|
||||||
|
- :meth:`~sphinx.application.Sphinx.add_source_suffix()`
|
||||||
|
|
||||||
|
|
||||||
* - ``BuildEnvironment.load()``
|
* - ``BuildEnvironment.load()``
|
||||||
- 1.8
|
- 1.8
|
||||||
- 3.0
|
- 3.0
|
||||||
@ -322,17 +334,6 @@ The following is a list of deprecated interface.
|
|||||||
- 3.0
|
- 3.0
|
||||||
- :meth:`~sphinx.application.Sphinx.add_source_parser()`
|
- :meth:`~sphinx.application.Sphinx.add_source_parser()`
|
||||||
|
|
||||||
* - ``Sphinx.import_object()``
|
|
||||||
- 1.8
|
|
||||||
- 3.0
|
|
||||||
- ``sphinx.util.import_object()``
|
|
||||||
|
|
||||||
* - ``suffix`` argument of
|
|
||||||
:meth:`~sphinx.application.Sphinx.add_source_parser()`
|
|
||||||
- 1.8
|
|
||||||
- 3.0
|
|
||||||
- :meth:`~sphinx.application.Sphinx.add_source_suffix()`
|
|
||||||
|
|
||||||
* - ``sphinx.util.docutils.directive_helper()``
|
* - ``sphinx.util.docutils.directive_helper()``
|
||||||
- 1.8
|
- 1.8
|
||||||
- 3.0
|
- 3.0
|
||||||
|
Loading…
Reference in New Issue
Block a user