diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2020-11-25 23:06:30 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2020-11-25 23:06:30 +0000 |
| commit | fae051528762c76da46eded8dfed62930f852882 (patch) | |
| tree | e9002188eabe70dc5ead4bb04341d41495bc97d0 /docs/dev/distributing.txt | |
| parent | 3536190fb8df3394a0d79a1bef58477f64c6a5e7 (diff) | |
| download | docutils-fae051528762c76da46eded8dfed62930f852882.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/docutils@8576 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/dev/distributing.txt')
| -rw-r--r-- | docs/dev/distributing.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/dev/distributing.txt b/docs/dev/distributing.txt index 634dcbc4d..c60535ee7 100644 --- a/docs/dev/distributing.txt +++ b/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 |
