From 395f64b2b0d36c28159ec04c046561ee1b9285c8 Mon Sep 17 00:00:00 2001 From: AarynnCarter <23636747+AarynnCarter@users.noreply.github.com> Date: Fri, 15 Nov 2024 15:03:53 -0500 Subject: [PATCH 1/2] Adding webbpsf_ext to mock import to stop API crashing --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 38e76a1..7e54675 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -63,7 +63,7 @@ templates_path = []#['./_templates'] # mock imports for autodoc -autodoc_mock_imports = ["webbpsf"] +autodoc_mock_imports = ["webbpsf", "webbpsf_ext"] # nbsphinx settings From 7336d0bb0e53caa921a09a3a8d096f6373f2b44b Mon Sep 17 00:00:00 2001 From: AarynnCarter <23636747+AarynnCarter@users.noreply.github.com> Date: Fri, 15 Nov 2024 15:07:54 -0500 Subject: [PATCH 2/2] Correcting name --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 7e54675..a5ccad8 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -63,7 +63,7 @@ templates_path = []#['./_templates'] # mock imports for autodoc -autodoc_mock_imports = ["webbpsf", "webbpsf_ext"] +autodoc_mock_imports = ["webbpsf", "webbpsf-ext"] # nbsphinx settings