Skip to content
Merged
Changes from 1 commit
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.
Similarly to ``deprecated``, you should use the word ``next`` to indicate
the API will be first soft deprecated in the upcoming release.
Comment thread
StanFromIreland marked this conversation as resolved.
Outdated

Example::

.. soft-deprecated:: next

.. describe:: impl-detail

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