Skip to content

Commit

Permalink
Adding new autodoc mock imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ciriatico committed Sep 3, 2023
1 parent 49ff8d6 commit d21e205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
'display_version': True
}

autodoc_mock_imports = ['fitz', 'pandas', 'numpy', 'joblib', 'nltk', 'lxml']
autodoc_mock_imports = ['fitz', 'pandas', 'numpy', 'joblib', 'nltk', 'lxml', 'sklearn']


def setup(app):
Expand Down

0 comments on commit d21e205

Please sign in to comment.