From c7c8ebcf84ab618d1fd850a66132e95cfe9a9560 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Sat, 31 Jul 2021 14:38:49 +0100 Subject: [PATCH] Fix warning about duplicate target --- doc/pyproject_toml.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/pyproject_toml.rst b/doc/pyproject_toml.rst index 79988b56..a7eede94 100644 --- a/doc/pyproject_toml.rst +++ b/doc/pyproject_toml.rst @@ -109,8 +109,7 @@ Dependencies The ``dependencies`` field is a list of other packages from PyPI that this package needs. Each package may be followed by a version specifier like -``>=4.1``, and/or an `environment marker -`_ +``>=4.1``, and/or an `environment marker`_ after a semicolon. For example: .. code-block:: toml @@ -257,8 +256,7 @@ home-page requires A list of other packages from PyPI that this package needs. Each package may be followed by a version specifier like ``(>=4.1)`` or ``>=4.1``, and/or an - `environment marker - `_ + `environment marker`_ after a semicolon. For example: .. code-block:: toml @@ -402,3 +400,5 @@ These paths: is platform dependent Exclusions have priority over inclusions. + +.. _environment marker: https://www.python.org/dev/peps/pep-0508/#environment-markers