mirror of
https://github.com/django/django.git
synced 2025-07-19 03:05:32 +00:00
[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:
parent
79baf338ae
commit
c7bab8d2b7
7 changed files with 22 additions and 19 deletions
|
@ -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
|
||||
==================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue