File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ Configuration of the Python environment to be used.
160
160
path : .
161
161
extra_requirements :
162
162
- docs
163
- - method : setuptools
163
+ - method : pip
164
164
path : another/package
165
165
system_packages : true
166
166
@@ -215,7 +215,7 @@ Example:
215
215
Packages
216
216
''''''''
217
217
218
- Install the project using ``python setup.py install `` or ``pip install ``.
218
+ Install the project using ``pip install `` (recommended) or ``python setup.py install `` (deprecated) .
219
219
220
220
The path to the package, relative to the root of the project.
221
221
@@ -226,7 +226,7 @@ The path to the package, relative to the root of the project.
226
226
The installation method.
227
227
228
228
:Key: ``method ``
229
- :Options: ``pip ``, ``setuptools ``
229
+ :Options: ``pip ``, ``setuptools `` (deprecated)
230
230
:Default: ``pip ``
231
231
232
232
`Extra requirements `_ section to install in addition to the `package dependencies `_.
@@ -255,7 +255,7 @@ Example:
255
255
path : .
256
256
extra_requirements :
257
257
- docs
258
- - method : setuptools
258
+ - method : pip
259
259
path : package
260
260
261
261
With the previous settings, Read the Docs will execute the next commands:
You can’t perform that action at this time.
0 commit comments