From e317e28918c5a7ee704114d8fd4842a55be218d6 Mon Sep 17 00:00:00 2001 From: RRosio Date: Thu, 19 Sep 2024 15:16:34 -0700 Subject: [PATCH] correct conda env label in rtd config --- docs/environment.yml | 1 + readthedocs.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/environment.yml b/docs/environment.yml index 0b751f5ac..c89fbf3c5 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -1,6 +1,7 @@ name: nbclassic_docs channels: - conda-forge + - nodefaults dependencies: - python=3.8 - pydata-sphinx-theme diff --git a/readthedocs.yml b/readthedocs.yml index 7bd34f0ae..a1a2b614d 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -6,7 +6,7 @@ build: python: "3.10" conda: - file: docs/environment.yml + environment: docs/environment.yml sphinx: configuration: docs/source/conf.py