diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-03-07 17:05:59 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-03-07 17:06:21 -0500 |
| commit | a8f61a435ebc10638889b4be086254e525314bb2 (patch) | |
| tree | 7914fa7da9b490a094a818c8d0af5d44d40abccd /netlify.toml | |
| parent | 8a821dd9f2c2aa2b059543e86ede2cb0b4daae5c (diff) | |
| download | external_python_setuptools-a8f61a435ebc10638889b4be086254e525314bb2.tar.gz external_python_setuptools-a8f61a435ebc10638889b4be086254e525314bb2.tar.bz2 external_python_setuptools-a8f61a435ebc10638889b4be086254e525314bb2.zip | |
Try building docs with python3. Ref #1992.
Diffstat (limited to 'netlify.toml')
| -rw-r--r-- | netlify.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml index ec21e7be..aa84fe00 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,4 +2,4 @@ [build] publish = "docs/build/html" - command = "pip install tox && tox -e docs" + command = "python3 -m pip install tox && tox -e docs" |
