From 8f81a28dc7148c38d0cc5747fbb9b24a355262b9 Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Sat, 11 May 2019 17:31:57 -0700 Subject: [PATCH] Update RTD config file to v2 --- .readthedocs.yml | 16 ++++++++++++++++ readthedocs.yml | 3 --- 2 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 .readthedocs.yml delete mode 100644 readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000000..3a97aea22e --- /dev/null +++ b/.readthedocs.yml @@ -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 diff --git a/readthedocs.yml b/readthedocs.yml deleted file mode 100644 index 48bdcacd20..0000000000 --- a/readthedocs.yml +++ /dev/null @@ -1,3 +0,0 @@ -requirements_file: requirements-dev.txt -python: - version: 3 \ No newline at end of file