Skip to content

Commit 6f394fd

Browse files
authored
Docs: remove setuptools from our docs (#10490)
Follow up from #10489
1 parent 8d0b3d1 commit 6f394fd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/user/config-file/v2.rst

-3
Original file line numberDiff line numberDiff line change
@@ -221,15 +221,12 @@ Example:
221221
path: .
222222
extra_requirements:
223223
- docs
224-
- method: setuptools
225-
path: package
226224
227225
With the previous settings, Read the Docs will execute the next commands:
228226

229227
.. prompt:: bash $
230228

231229
pip install .[docs]
232-
python package/setup.py install
233230

234231
python.system_packages
235232
``````````````````````

0 commit comments

Comments
 (0)