From fbe4143eadd5f1fa6ecf86f3754ebfbccef0ac26 Mon Sep 17 00:00:00 2001 From: peterkulits <5331526+kulits@users.noreply.github.com> Date: Fri, 12 Aug 2022 11:38:16 -0600 Subject: [PATCH] Update Read the Docs Config Change install method to avoid upgrading packages after conda install: https://github.com/readthedocs/readthedocs.org/issues/8890 --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f6828d34..8b1a533e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,8 +7,8 @@ sphinx: configuration: doc/source/conf.py python: install: - - method: pip + - method: setuptools path: . conda: environment: environment.yml -formats: [] \ No newline at end of file +formats: []