From dd58712dc3603e894105152e77ea8e1ee7d8bf74 Mon Sep 17 00:00:00 2001 From: David Dotson Date: Fri, 28 Aug 2020 18:54:59 -0700 Subject: [PATCH] Updated RTD config to version 2 of spec --- readthedocs.yml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/readthedocs.yml b/readthedocs.yml index f026f5d..db0ddf1 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,6 +1,17 @@ --- -conda: - file: environment.yml +version: 2 + +sphinx: + configuration: docs/conf.py + +formats: + - pdf python: - setup_py_install: true + version: 3.7 + install: + - method: pip + path: . + +conda: + environment: environment.yml