diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-04-14 09:32:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-14 09:32:09 +0200 |
| commit | cc70a0343ef51ffcc0b1211dd6e7abedc4b43ea6 (patch) | |
| tree | 176a4405342d3c2e9c7d91b41a0f068ee05b5d4d /docs/internals/contributing/writing-code | |
| parent | ee37d2070a985073bff3715448535e7fe2351bbc (diff) | |
Fixed term warning on Sphinx 3.0.1+.
"term" role became case sensitive in Sphinx 3.0.1.
Diffstat (limited to 'docs/internals/contributing/writing-code')
| -rw-r--r-- | docs/internals/contributing/writing-code/submitting-patches.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/internals/contributing/writing-code/submitting-patches.txt b/docs/internals/contributing/writing-code/submitting-patches.txt index 3f5c4618fd..5ea265c55b 100644 --- a/docs/internals/contributing/writing-code/submitting-patches.txt +++ b/docs/internals/contributing/writing-code/submitting-patches.txt @@ -223,8 +223,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 ================== |
