black/readthedocs.yml
Richard Si 7f75fe3669
Switch back to Python 3.8 for ReadTheDocs (#1839)
ReadTheDocs doesn't support Python 3.9 yet.
2020-11-25 16:26:35 -08:00

8 lines
126 B
YAML

version: 2
python:
version: 3.8
install:
- requirements: docs/requirements.txt
- method: setuptools
path: .