From c9ff3bfba7ce780683ea31d88e6124b6df04ec87 Mon Sep 17 00:00:00 2001 From: David Minton Date: Tue, 19 Dec 2023 17:36:18 -0500 Subject: [PATCH] Mocking the import of swiftest itself so I don't have to build any wheels for documentation --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 165e3d26f..df107bd03 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,7 +11,7 @@ import swiftest -autodoc_mock_imports = ['swiftest._bindings'] +autodoc_mock_imports = ['swiftest'] # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information