Update RTD config file to v2

This commit is contained in:
Carol Willing
2019-05-11 17:31:57 -07:00
parent ef92c1ee70
commit 8f81a28dc7
2 changed files with 16 additions and 3 deletions

16
.readthedocs.yml Normal file
View File

@@ -0,0 +1,16 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
sphinx:
configuration: docs/conf.py
formats: all
python:
version: 3.7
install:
- requirements: requirements-dev.txt

View File

@@ -1,3 +0,0 @@
requirements_file: requirements-dev.txt
python:
version: 3