From 6d4e5942a3bf780dfc10ac376e05f484aa676afe Mon Sep 17 00:00:00 2001 From: Max Grover Date: Thu, 18 Jan 2024 09:10:28 -0600 Subject: [PATCH] FIX: Fix the sphinx doc build issue (#789) * FIX: Fix the sphinx doc build issue * FIX: Use proper pinning syntax --- docs/environment_docs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/environment_docs.yml b/docs/environment_docs.yml index 1effcf3da0..a1c5c2a7e4 100644 --- a/docs/environment_docs.yml +++ b/docs/environment_docs.yml @@ -36,3 +36,7 @@ dependencies: - pooch - icartt - cmweather + - sphinxcontrib-devhelp==1.0.5 + - sphinxcontrib-htmlhelp==2.0.4 + - sphinxcontrib-qthelp==1.0.6 + - sphinxcontrib-serializinghtml==1.1.9