diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-04-14 09:32:09 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-06-02 10:57:46 +0200 |
| commit | c7bab8d2b7160a635a6f55e4d89e0a2e66d1679c (patch) | |
| tree | 73df5f717f35a2689ee7d9608c5b5777e966cb6e /docs/internals | |
| parent | 79baf338aef2ac21d3d29ee56e85f69678eef1a1 (diff) | |
[2.2.x] Fixed term warning on Sphinx 3.0.1+.
"term" role became case sensitive in Sphinx 3.0.1.
Backport of cc70a0343ef51ffcc0b1211dd6e7abedc4b43ea6 from master
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/contributing/localizing.txt | 11 | ||||
| -rw-r--r-- | docs/internals/contributing/writing-code/submitting-patches.txt | 4 |
2 files changed, 8 insertions, 7 deletions
diff --git a/docs/internals/contributing/localizing.txt b/docs/internals/contributing/localizing.txt index f0d89f9001..1c9e1ec2f3 100644 --- a/docs/internals/contributing/localizing.txt +++ b/docs/internals/contributing/localizing.txt @@ -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 ======= diff --git a/docs/internals/contributing/writing-code/submitting-patches.txt b/docs/internals/contributing/writing-code/submitting-patches.txt index af0000c5d8..455374b347 100644 --- a/docs/internals/contributing/writing-code/submitting-patches.txt +++ b/docs/internals/contributing/writing-code/submitting-patches.txt @@ -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 ================== |
