From 28840ede81f1963db7a6b0c9839370b7828e1e70 Mon Sep 17 00:00:00 2001 From: David John Gagne <874553+djgagne@users.noreply.github.com> Date: Tue, 27 Aug 2024 09:48:20 -0600 Subject: [PATCH] Update .readthedocs.yaml Changed environment. --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index eb07bbd..78cf518 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -16,7 +16,7 @@ build: # golang: "1.19" conda: - environment: environment.yml + environment: environment_torch.yml # Build documentation in the "docs/" directory with Sphinx sphinx: configuration: docs/source/conf.py @@ -31,4 +31,4 @@ sphinx: # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html # python: # install: -# - requirements: docs/requirements.txt \ No newline at end of file +# - requirements: docs/requirements.txt