Skip to content

Commit

Permalink
Add missing mock import to docs conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hmellor authored Jul 26, 2024
1 parent 85ad7e2 commit 20e3420
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def setup(app):

# Mock out external dependencies here, otherwise the autodoc pages may be blank.
autodoc_mock_imports = [
"aiohttp",
"cpuinfo",
"torch",
"transformers",
Expand Down

0 comments on commit 20e3420

Please sign in to comment.