From 6d93e187877af0cd49555ae2df8c9951e914ea85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Hild=C3=A9n?= Date: Mon, 27 Sep 2021 14:21:30 +0300 Subject: [PATCH] Clarify pyproject.toml configuration (#63) Add info on the assumed configuration section and the fact that the `toml` library needs to be installed. Co-authored-by: Sorin Sbarnea --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 944c9d9..0c3a85c 100644 --- a/README.rst +++ b/README.rst @@ -101,7 +101,7 @@ instead. * ``$CWD/tox.ini`` * ``$CWD/pep8.ini`` * ``$CWD/setup.cfg`` -* ``$CWD/pyproject.toml`` +* ``$CWD/pyproject.toml`` in section ``[tool.doc8]`` if ``toml`` is installed An example section that can be placed into one of these files::