From b749499f12ed43cfef25e7d9934d1a5b59574f62 Mon Sep 17 00:00:00 2001 From: Diptorup Deb Date: Tue, 13 Feb 2024 18:32:45 -0600 Subject: [PATCH] Extra depedencies for doc gen --- environment/docs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/environment/docs.yml b/environment/docs.yml index 4daf1c16b0..48b96f9e3f 100644 --- a/environment/docs.yml +++ b/environment/docs.yml @@ -19,6 +19,7 @@ dependencies: - pip - pip: - sphinx + - sphinx-autoapi - autodoc # there is no conda package - recommonmark - sphinx-rtd-theme @@ -27,3 +28,4 @@ dependencies: - sphinxcontrib.programoutput - pydata-sphinx-theme - myst-parser + - furo