Skip to content

Commit

Permalink
Fix: remove autodoc_mock_imports = ["tensorflow"] from docs conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RollerKnobster committed Jun 26, 2024
1 parent 6259b05 commit c53efbf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ def linkcode_resolve(domain, info):

autodoc_typehints_description_target = "documented"

autodoc_mock_imports = ["tensorflow"]

# Document both class doc (default) and documentation in __init__
autoclass_content = "both"

Expand Down

0 comments on commit c53efbf

Please sign in to comment.