2019-04-17 21:22:19 -04:00
|
|
|
# .readthedocs.yml
|
|
|
|
# Read the Docs configuration file
|
|
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
|
|
|
|
|
|
version: 2
|
|
|
|
|
2018-01-02 21:25:41 -05:00
|
|
|
python:
|
|
|
|
version: 3
|
2019-04-17 21:22:19 -04:00
|
|
|
install:
|
|
|
|
- requirements: docs/requirements.txt
|