Commit 7aebb462 authored by Jason R. Coombs's avatar Jason R. Coombs

Add a file 'runtime.txt' to let Netlify know to use that env. Fixes #1992.

parent b5b3b2e8
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
[build] [build]
publish = "docs/build/html" publish = "docs/build/html"
command = "python3 -V && (wget https://bootstrap.pypa.io/get-pip.py -O - | python3) && python3 -m pip install --use-pep517 tox && tox -e docs" command = "pip install tox && tox -e docs"
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