summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2025-10-19 20:13:16 +0200
committerGitHub <noreply@github.com>2025-10-19 20:13:16 +0200
commitca3e0484ef31d13053af6a9d50667813e22fc282 (patch)
treed62783e7d0fae0012744f0520e558406da1add4b /docs/ref
parentd506e4a52847ed4fb80754175d76b6b83ff90929 (diff)
Refs #36005 -- Bumped minimum supported versions of docutils to 0.22.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/admin/admindocs.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin/admindocs.txt b/docs/ref/contrib/admin/admindocs.txt
index 1355c83356..27e8b6251a 100644
--- a/docs/ref/contrib/admin/admindocs.txt
+++ b/docs/ref/contrib/admin/admindocs.txt
@@ -23,7 +23,7 @@ the following:
your ``urlpatterns``. Make sure it's included *before* the
``'admin/'`` entry, so that requests to ``/admin/doc/`` don't get
handled by the latter entry.
-* Install the :pypi:`docutils` 0.19+ package.
+* Install the :pypi:`docutils` 0.22+ package.
* **Optional:** Using the admindocs bookmarklets requires
``django.contrib.admindocs.middleware.XViewMiddleware`` to be installed.