Merge pull request #4988 from jdufresne/internal-link

Fix internal Sphinx link to installation doc
This commit is contained in:
Hugo van Kemenade 2020-10-17 22:38:23 +03:00 committed by GitHub
commit 9158037592
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 6 deletions

View File

@ -561,8 +561,8 @@ The :py:meth:`~PIL.Image.Image.save` method supports the following options:
.. note:: .. note::
To enable PNG support, you need to build and install the ZLIB compression To enable PNG support, you need to build and install the ZLIB compression
library before building the Python Imaging Library. See the `installation library before building the Python Imaging Library. See the
documentation <../installation.html>`_ for details. :doc:`installation documentation <../installation>` for details.
.. _apng-sequences: .. _apng-sequences:

View File

@ -6,10 +6,9 @@ Added Complex Text Rendering
Pillow now supports complex text rendering for scripts requiring glyph Pillow now supports complex text rendering for scripts requiring glyph
composition and bidirectional flow. This optional feature adds three composition and bidirectional flow. This optional feature adds three
dependencies: harfbuzz, fribidi, and raqm. See the `install dependencies: harfbuzz, fribidi, and raqm. See the :doc:`install documentation
documentation <../installation.html>`_ for further details. This feature is <../installation>` for further details. This feature is tested and works on
tested and works on Unix and Mac, but has not yet been built on Windows Unix and Mac, but has not yet been built on Windows platforms.
platforms.
New Optional Parameters New Optional Parameters
======================= =======================