diff --git a/docs/source/conf.py b/docs/source/conf.py index 4f31114..d92b5ca 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -46,4 +46,26 @@ add_module_names = False -autodoc_mock_imports = ['altair', 'bdi-kit', 'bdikit', 'bokeh', 'datamart_profiler', 'panel', 'pandas', 'numpy'] +autodoc_mock_imports = [ + "bdi-kit", + "bdikit", + "bokeh", + "datamart_profiler", + "sklearn", + "pandas", + "numpy", + "IPython", + "torch", + "transformers", + "matplotlib", + "openai", + "polyfuzz", + "flair", + "autofj", + "Levenshtein", + "valentine", + "altair", + "panel", + "tqdm", + "rapidfuzz", +]