Skip to content

Deprecation: remove "use system packages" (python.system_packages config key and UI checkbox) #10562

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Aug 22, 2023
17 changes: 0 additions & 17 deletions docs/user/config-file/v2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ Configuration of the Python environment to be used.
- docs
- method: pip
path: another/package
system_packages: true

python.version
``````````````
Expand Down Expand Up @@ -228,20 +227,6 @@ With the previous settings, Read the Docs will execute the next commands:

pip install .[docs]

python.system_packages
``````````````````````

Give the virtual environment access to the global site-packages directory.

:Type: ``bool``
:Default: ``false``

.. warning::

If you are using a :ref:`Conda <config-file/v2:conda>` environment
to manage the build, this setting will not have any effect, since
the virtual environment creation is managed by Conda.

conda
~~~~~

Expand Down Expand Up @@ -868,8 +853,6 @@ Changes
- The settings ``python.setup_py_install`` and ``python.pip_install`` were replaced by ``python.install``.
And now it accepts a path to the package.
See :ref:`config-file/v2:Packages`.
- The setting ``python.use_system_site_packages`` was renamed to ``python.system_packages``.
See :ref:`config-file/v2:python.system_packages`.
- The build will fail if there are invalid keys (strict mode).

.. warning::
Expand Down