Skip to content

Commit

Permalink
bugfix: update ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
EdenWuyifan committed Jan 7, 2025
1 parent 27a194b commit 0937a74
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]

0 comments on commit 0937a74

Please sign in to comment.