Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions documentation/markup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1144,6 +1144,19 @@ units as well as normal text:

.. deprecated-removed:: next 4.0

.. describe:: soft-deprecated

Indicates the version from which the described feature is :term:`soft deprecated`.

There is one required argument: the version from which the feature is soft
deprecated.
Use the word ``next`` to indicate the API will be first soft deprecated in
the upcoming release.

Example::

.. soft-deprecated:: next

.. describe:: impl-detail

This directive is used to mark CPython-specific information. Use either with
Expand Down
Loading