From b771a035c6be1499e309c9cd445ee20a56662443 Mon Sep 17 00:00:00 2001 From: Jared Dillard Date: Wed, 15 Nov 2023 13:01:59 -0800 Subject: [PATCH] Fix typo in README.rst It made a reference to the `sphinx-pyproject` table when it looks like it should have been to the `project` table. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 927b325..9e12140 100644 --- a/README.rst +++ b/README.rst @@ -196,8 +196,8 @@ Configuration ^^^^^^^^^^^^^^^ ``sphinx-pyproject`` parses the configuration from the ``[project]`` and ``[tool.sphinx-pyproject]`` tables in ``pyproject.toml``. -The ``[project]`` table is defined in `PEP 621`_. -``sphinx-pyproject`` only uses the following keys: + +The ``[project]`` table is defined in `PEP 621`_ and only uses the following keys: * name_ – The name of the project. * version_ – The version of the project.