From c7bda8967cc7f8a1020c0806b2b6586c34269fbe Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Wed, 28 Jun 2023 15:43:08 +0200 Subject: [PATCH] Docs: remove `setuptools` from our docs Follow up from #10489 --- docs/user/config-file/v2.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/user/config-file/v2.rst b/docs/user/config-file/v2.rst index 92ab5bf7622..8d0ceb31715 100644 --- a/docs/user/config-file/v2.rst +++ b/docs/user/config-file/v2.rst @@ -221,15 +221,12 @@ Example: path: . extra_requirements: - docs - - method: setuptools - path: package With the previous settings, Read the Docs will execute the next commands: .. prompt:: bash $ pip install .[docs] - python package/setup.py install python.system_packages ``````````````````````