Skip to content

Commit

Permalink
Document python.use_system_site_packages option
Browse files Browse the repository at this point in the history
  • Loading branch information
stsewd committed Aug 22, 2018
1 parent b9f74e3 commit 8913cfd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/yaml-config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,21 @@ the highest supported minor version will be selected.
python:
version: 3.5
python.use_system_site_packages
```````````````````````````````

* Default: ``false``
* Type: Boolean

When true, it gives the virtual environment access to the global site-packages directory.
Depending of the :ref:`yaml-config:build.image`,
Read the Docs includes some libraries like scipy, numpy, etc.

.. code-block:: yaml
python:
use_system_site_packages: true
.. _yaml__python__setup_py_install:

python.setup_py_install
Expand Down

0 comments on commit 8913cfd

Please sign in to comment.