summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2023-09-04 12:13:10 -0400
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-09-04 22:30:45 +0200
commit6c6606aa014862f1a5c112d688d5e91c0cd9a8d8 (patch)
tree65abd16e93b5782cc3fc2960583e1fa3d03bed9c /docs/ref
parentdc89380c8a4371d3d9b38a99c87a3de63bdb493f (diff)
Refs #34233 -- Bumped minimum supported version of docutils to 0.19.
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 fe9d81bbc7..edc29b4a5c 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` package.
+* Install the :pypi:`docutils` 0.19+ package.
* **Optional:** Using the admindocs bookmarklets requires
``django.contrib.admindocs.middleware.XViewMiddleware`` to be installed.