From 72f002de941fb28bc454ad6417de63690ad54233 Mon Sep 17 00:00:00 2001 From: w0rp Date: Sun, 15 Jul 2018 19:26:45 +0100 Subject: [PATCH] Update the Python documentation --- doc/ale-python.txt | 2 ++ doc/ale.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/ale-python.txt b/doc/ale-python.txt index be8ad118..e24ef1aa 100644 --- a/doc/ale-python.txt +++ b/doc/ale-python.txt @@ -22,6 +22,8 @@ ALE will look for configuration files with the following filenames. > mypy.ini pycodestyle.cfg flake8.cfg + Pipfile + Pipfile.lock < The first directory containing any of the files named above will be used. diff --git a/doc/ale.txt b/doc/ale.txt index 276c6c29..4bafb165 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -1636,7 +1636,7 @@ g:ale_virtualenv_dir_names *g:ale_virtualenv_dir_names* b:ale_virtualenv_dir_names *b:ale_virtualenv_dir_names* Type: |List| - Default: `['.env', 'env', 've-py3', 've', 'virtualenv', 'venv']` + Default: `['.env', '.venv', 'env', 've-py3', 've', 'virtualenv', 'venv']` A list of directory names to be used when searching upwards from Python files to discover virtulenv directories with.