Commit cbfd4181 authored by Jason R. Coombs's avatar Jason R. Coombs Committed by GitHub

Merge pull request #2014 from pypa/bugfix/1992-netlify-py3

Try building docs with python3.
parents 640b283a a8942b4a
# Configuration for pull request documentation previews via Netlify
# Netlify relies on there being a ./runtime.txt to indicate Python 3.
[build]
publish = "docs/build/html"
publish = "build/html"
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