Skip to content

Commit cf071ed

Browse files
authored
Merge pull request #4960 from monsij/patch-1
Remove -e option
2 parents 7027fd5 + 00d8949 commit cf071ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/yaml-config.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ Behind the scene the following Pip command will be run:
280280

281281
.. code-block:: shell
282282
283-
$ pip install -e .[tests,docs]
283+
$ pip install .[tests,docs]
284284
285285
286286
.. _issue: https://github.com/rtfd/readthedocs.org/issues

0 commit comments

Comments
 (0)