Skip to content

Commit 6d93e18

Browse files
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 <[email protected]>
1 parent 5684ba8 commit 6d93e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ instead.
101101
* ``$CWD/tox.ini``
102102
* ``$CWD/pep8.ini``
103103
* ``$CWD/setup.cfg``
104-
* ``$CWD/pyproject.toml``
104+
* ``$CWD/pyproject.toml`` in section ``[tool.doc8]`` if ``toml`` is installed
105105

106106
An example section that can be placed into one of these files::
107107

0 commit comments

Comments
 (0)