summaryrefslogtreecommitdiff
path: root/docutils/docs/dev
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2020-11-25 23:06:30 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2020-11-25 23:06:30 +0000
commite917fa1d35fe0a9c8c03d68b1d9b062152d3bd68 (patch)
tree3766d20308624da923017dbfadbc1ad96c2c88cd /docutils/docs/dev
parentc392f72f4df34844dee8ac4021fd2e27d802ab3b (diff)
downloaddocutils-e917fa1d35fe0a9c8c03d68b1d9b062152d3bd68.tar.gz
Update the link to PIL (now unmaintained) and hint to the drop-in replacement Pillow.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8576 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev')
-rw-r--r--docutils/docs/dev/distributing.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/docutils/docs/dev/distributing.txt b/docutils/docs/dev/distributing.txt
index 634dcbc4d..c60535ee7 100644
--- a/docutils/docs/dev/distributing.txt
+++ b/docutils/docs/dev/distributing.txt
@@ -32,15 +32,17 @@ Docutils has the following dependencies:
dependencies.
* Docutils may optionally make use of the PIL (`Python Imaging
- Library`_). If PIL is present, it is automatically detected by
- Docutils.
+ Library`_ or Pillow_). If PIL is present, it is automatically
+ detected by Docutils.
* Docutils recommends the `Pygments`_ syntax hightlighter. If available, it
is used for highlighting the content of `code directives`_ and roles as
well as included source code files (with the "code" option to the include_
directive).
-.. _Python Imaging Library: http://www.pythonware.com/products/pil/
+.. _Python Imaging Library:
+ https://en.wikipedia.org/wiki/Python_Imaging_Library
+.. _Pillow: https://pypi.org/project/Pillow/
.. _Pygments: http://pygments.org/
.. _code directives: ../ref/rst/directives.html#code
.. _include: ../ref/rst/directives.html#include