Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
Add autodoc_mock_imports directive
  • Loading branch information
dkuegler authored Mar 17, 2024
1 parent 1375a35 commit 356cbda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
autodoc_typehints = "none"
autodoc_member_order = "groupwise"
autodoc_warningiserror = True
autodoc_mock_imports = ["concurrent.futures"]
autoclass_content = "class"


Expand Down

0 comments on commit 356cbda

Please sign in to comment.