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 ``````````````````````