From 5a6d71e7c449ef9236cd8ed6c9a0a66133873c20 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 28 Jun 2023 10:07:21 +0100 Subject: [PATCH] docs: Correct typo The example uses the 'pip' install method but the explanation suggests it should have used 'pip'. Signed-off-by: Stephen Finucane --- docs/user/config-file/v2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/config-file/v2.rst b/docs/user/config-file/v2.rst index ec250fc2c5a..92ab5bf7622 100644 --- a/docs/user/config-file/v2.rst +++ b/docs/user/config-file/v2.rst @@ -221,7 +221,7 @@ Example: path: . extra_requirements: - docs - - method: pip + - method: setuptools path: package With the previous settings, Read the Docs will execute the next commands: