Skip to content

Commit ab09607

Browse files
author
Matthias Koeppe
committed
src/doc/en/installation/conda.rst: Add note on editable_mode=compat
1 parent efb23b0 commit ab09607

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/doc/en/installation/conda.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,3 +171,11 @@ To build the documentation, use::
171171

172172
$ pip install --no-build-isolation -v -v --editable ./pkgs/sage-docbuild
173173
$ sage --docbuild all html
174+
175+
.. NOTE::
176+
177+
The switch ``--config-settings editable_mode=compat`` restores the
178+
`legacy setuptools implementation of editable installations
179+
<https://setuptools.pypa.io/en/latest/userguide/development_mode.html>`_.
180+
Adventurous developers may omit this switch to try the modern,
181+
PEP-660 implementation of editable installations, see :issue:`34209`.

0 commit comments

Comments
 (0)