[2.2.x] Fixed term warning on Sphinx 3.0.1+.

"term" role became case sensitive in Sphinx 3.0.1.
Backport of cc70a0343e from master
This commit is contained in:
Mariusz Felisiak 2020-04-14 09:32:09 +02:00
parent 79baf338ae
commit c7bab8d2b7
7 changed files with 22 additions and 19 deletions

View file

@ -46,11 +46,12 @@ translating or add a language that isn't yet translated, here's what to do:
`Transifex User Guide`_.
Translations from Transifex are only integrated into the Django repository at
the time of a new :term:`feature release`. We try to update them a second time
during one of the following :term:`patch release`\s, but that depends on the
translation manager's availability. So don't miss the string freeze period
(between the release candidate and the feature release) to take the opportunity
to complete and fix the translations for your language!
the time of a new :term:`feature release <Feature release>`. We try to update
them a second time during one of the following :term:`patch release
<Patch release>`\s, but that depends on the translation manager's availability.
So don't miss the string freeze period (between the release candidate and the
feature release) to take the opportunity to complete and fix the translations
for your language!
Formats
=======

View file

@ -224,8 +224,8 @@ Finally, there are a couple of updates to Django's documentation to make:
under the appropriate version describing what code will be removed.
Once you have completed these steps, you are finished with the deprecation.
In each :term:`feature release`, all ``RemovedInDjangoXXWarning``\s matching
the new version are removed.
In each :term:`feature release <Feature release>`, all
``RemovedInDjangoXXWarning``\s matching the new version are removed.
JavaScript patches
==================