We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efb23b0 commit ab09607Copy full SHA for ab09607
src/doc/en/installation/conda.rst
@@ -171,3 +171,11 @@ To build the documentation, use::
171
172
$ pip install --no-build-isolation -v -v --editable ./pkgs/sage-docbuild
173
$ 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