Commit 0359a42d by Reid Price Committed by Arun Babu Neelicattu

docs/configuration: fix note markdown

This repairs a broken triple-bang note.  Also cleans up a few stray double-newlines and very long lines to match rest of file.
parent 480eaa1f
...@@ -91,7 +91,6 @@ This also works for secret settings, like credentials: ...@@ -91,7 +91,6 @@ This also works for secret settings, like credentials:
export POETRY_HTTP_BASIC_MY_REPOSITORY_PASSWORD=secret export POETRY_HTTP_BASIC_MY_REPOSITORY_PASSWORD=secret
``` ```
## Available settings ## Available settings
### `cache-dir`: string ### `cache-dir`: string
...@@ -120,7 +119,8 @@ Defaults to `true`. ...@@ -120,7 +119,8 @@ Defaults to `true`.
If set to `false`, poetry will install dependencies into the current python environment. If set to `false`, poetry will install dependencies into the current python environment.
!!!note: !!!note
When setting this configuration to `false`, the Python environment used must have `pip` When setting this configuration to `false`, the Python environment used must have `pip`
installed and available. installed and available.
...@@ -129,10 +129,12 @@ If set to `false`, poetry will install dependencies into the current python envi ...@@ -129,10 +129,12 @@ If set to `false`, poetry will install dependencies into the current python envi
Create the virtualenv inside the project's root directory. Create the virtualenv inside the project's root directory.
Defaults to `None`. Defaults to `None`.
If set to `true`, the virtualenv will be created and expected in a folder named `.venv` within the root directory of the project. If set to `true`, the virtualenv will be created and expected in a folder named
`.venv` within the root directory of the project.
If not set explicitly (default), `poetry` will use the virtualenv from the `.venv` directory when one is available. If set to `false`, `poetry` will ignore any existing `.venv` directory.
If not set explicitly (default), `poetry` will use the virtualenv from the `.venv`
directory when one is available. If set to `false`, `poetry` will ignore any
existing `.venv` directory.
### `virtualenvs.path`: string ### `virtualenvs.path`: string
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment