sphinx/tests/roots/test-intl/versionchange.txt
Hugo van Kemenade 95b2cce9a0
Add a `versionremoved` directive (#11905)
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2024-01-21 20:12:52 +00:00

19 lines
411 B
Plaintext

:tocdepth: 2
i18n with versionchange
============================
.. deprecated:: 1.0
This is the *first* paragraph of deprecated.
This is the *second* paragraph of deprecated.
.. versionadded:: 1.0
This is the *first* paragraph of versionadded.
.. versionchanged:: 1.0
This is the *first* paragraph of versionchanged.
.. versionremoved:: 1.0 This is the *first* paragraph of versionremoved.