From 47ac67f3aa973264cc9346a8cfe50fb886657b60 Mon Sep 17 00:00:00 2001 From: Yousef Moazzam Date: Thu, 26 Mar 2026 16:56:21 +0000 Subject: [PATCH] Add `PIL` mock import to sphinx autodoc config --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 91cbb1a5c..5d35ac904 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -44,6 +44,7 @@ "h5py", "hdf5plugin", "httomo_backends", + "PIL", "scipy", "scipy.signal", ]