Replaced docutils link by PyPI reference.

This commit is contained in:
Claude Paroz 2023-04-24 08:24:46 +02:00 committed by Mariusz Felisiak
parent 4dfc6ff8a8
commit 453cfa2815
3 changed files with 3 additions and 3 deletions

View file

@ -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 docutils Python module (https://docutils.sourceforge.io/).
* Install the :pypi:`docutils` package.
* **Optional:** Using the admindocs bookmarklets requires
``django.contrib.admindocs.middleware.XViewMiddleware`` to be installed.