From 025c857d34adaa165e6e1bb843f3eaa5f757306e Mon Sep 17 00:00:00 2001 From: Israel Martinez Date: Wed, 24 Jul 2024 11:45:25 -0400 Subject: [PATCH] Fix docs. Add yayc to mocked imports --- docs/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index a8db9f71..3b7b8420 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -67,7 +67,9 @@ 'tqdm', 'scipy', 'psutil', - 'awscli'] + 'awscli', + 'yayc' + ] # There seems to be a conflict between unittest.mock (used by sphinx) and metaclasses # The cosipy.threeml.custom_functions.Band_Eflux includes a metaclass from