From 628fb2b619374e8657ff0fc5ee01447eeaf5cc66 Mon Sep 17 00:00:00 2001 From: zssherman Date: Tue, 16 Jan 2024 10:57:22 -0600 Subject: [PATCH] FIX: Move sphinx to conda. --- docs/environment_docs.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/environment_docs.yml b/docs/environment_docs.yml index 385ba2b..fa11350 100644 --- a/docs/environment_docs.yml +++ b/docs/environment_docs.yml @@ -5,10 +5,10 @@ channels: dependencies: - act-atmos - xarray - - pip: - - sphinx - - sphinx_gallery - - sphinx-copybutton - - pydata-sphinx-theme<0.9.0 - - sphinx_design - - nbsphinx + - sphinx + - sphinx_gallery + - sphinx-copybutton + - pydata-sphinx-theme + - sphinx_design + - nbsphinx +