From a2b8550f0e62ba9de2ecacf6b2d5d83661dfbffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Gmach?= Date: Sun, 24 Mar 2024 11:48:16 +0100 Subject: [PATCH] Remove duplicated and misleading configuration section The removed section described `package_root` in a way which could be interpreted that it is a configuration option for a testenv, whereas it is a configuration option for the tox section, which is already properly documented. --- docs/config.rst | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/config.rst b/docs/config.rst index cc81ca0c3..840924e58 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -519,15 +519,6 @@ Run tox package type used to package. -Packaging -~~~~~~~~~ -.. conf:: - :keys: package_root, setupdir - :default: {package_root} - :ref_suffix: env - - Indicates where the packaging root file exists (historically setup.py file or pyproject.toml now). - .. _python-options: Python options