From eb460a2ac8e4ab58937e8d3cf034be077e8e24a6 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sat, 17 Oct 2020 11:23:58 -0700 Subject: [PATCH] Fix internal Sphinx link to installation doc Fixes linkcheck warnings: handbook/image-file-formats.rst:563: [broken] ../installation.html: releasenotes/4.2.0.rst:7: [broken] ../installation.html: --- docs/handbook/image-file-formats.rst | 4 ++-- docs/releasenotes/4.2.0.rst | 7 +++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/handbook/image-file-formats.rst b/docs/handbook/image-file-formats.rst index 5ed72ac1a..680582f12 100644 --- a/docs/handbook/image-file-formats.rst +++ b/docs/handbook/image-file-formats.rst @@ -561,8 +561,8 @@ The :py:meth:`~PIL.Image.Image.save` method supports the following options: .. note:: To enable PNG support, you need to build and install the ZLIB compression - library before building the Python Imaging Library. See the `installation - documentation <../installation.html>`_ for details. + library before building the Python Imaging Library. See the + :doc:`installation documentation <../installation>` for details. .. _apng-sequences: diff --git a/docs/releasenotes/4.2.0.rst b/docs/releasenotes/4.2.0.rst index a3e29f271..1e9637f1e 100644 --- a/docs/releasenotes/4.2.0.rst +++ b/docs/releasenotes/4.2.0.rst @@ -6,10 +6,9 @@ Added Complex Text Rendering Pillow now supports complex text rendering for scripts requiring glyph composition and bidirectional flow. This optional feature adds three -dependencies: harfbuzz, fribidi, and raqm. See the `install -documentation <../installation.html>`_ for further details. This feature is -tested and works on Unix and Mac, but has not yet been built on Windows -platforms. +dependencies: harfbuzz, fribidi, and raqm. See the :doc:`install documentation +<../installation>` for further details. This feature is tested and works on +Unix and Mac, but has not yet been built on Windows platforms. New Optional Parameters =======================