blob: 5828132eddd1ec71d3940b5ad1f3e80159e7e6c0 (
plain)
1
2
3
4
5
6
7
|
# Configuration for pull request documentation previews via Netlify
# Netlify relies on there being a ./runtime.txt to indicate Python 3.
[build]
publish = "build/html"
command = "pip install tox && tox -e docs"
|