From 956af621bb86c3644cc6c3e63ad10f1208994c85 Mon Sep 17 00:00:00 2001 From: Tom Pike Date: Wed, 5 Jun 2024 16:38:57 -0400 Subject: [PATCH] Update .readthedocs.yml --- .readthedocs.yml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index cf582778..e8c9fc98 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,9 +4,6 @@ # Required version: 2 -conda: - file: environment.yml - # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/source/conf.py @@ -22,4 +19,14 @@ build: tools: python: "3.10" -# +# Optionally set the version of Python and requirements required to build your docs +python: + install: + - method: conda + path: . + extra_requirements: + - docs + +conda: + file: environment.yml +