From 4b5dd0af7b3ed59e27ae9ec408517a12a06079ea Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 7 Sep 2017 12:08:09 -0400 Subject: [PATCH] remove PIPENV_USE_HASHES docs Signed-off-by: Kenneth Reitz --- docs/advanced.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/advanced.rst b/docs/advanced.rst index 2dd62591..3c180b0b 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -253,7 +253,6 @@ $ pipenv lock variables. To activate them, simply create the variable in your shell and pipenv will detect it. - - ``PIPENV_USE_HASHES`` — Tells Pipenv to use the ``--hashes`` mode automatically. - ``PIPENV_SKIP_VALIDATION`` — Tells Pipenv to skip ``Pipfile`` validation (case-checking) — useful for slow internet connections. - ``PIPENV_SHELL_COMPAT`` — Toggle from our default ``pipenv shell`` mode to classic. (Suggested for use with pyenv).