From 49c2a259aa56e5b3369495058356d3cb4a7f0596 Mon Sep 17 00:00:00 2001 From: Manish Kumar Date: Mon, 3 Jun 2024 22:43:31 +0200 Subject: [PATCH] extended autodoc_mock_imports --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 06c7bd1..879f91c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,7 +53,7 @@ autodoc_mock_imports = ['lightning', 'torch', 'torchmetrics', 'pytorch_lightning', 'numpy', 'pandas', 'sklearn', - 'properscoring'] + 'properscoring', 'tqdm'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']