From 6c6606aa014862f1a5c112d688d5e91c0cd9a8d8 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Mon, 4 Sep 2023 12:13:10 -0400 Subject: Refs #34233 -- Bumped minimum supported version of docutils to 0.19. --- docs/ref/contrib/admin/admindocs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref') 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. -- cgit v1.3