Skip to content

Commit

Permalink
update autodoc_mock_imports
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Aug 15, 2023
1 parent 56ec1bd commit ef3c191
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@
html_static_path = ["static"]
html_theme = "sphinx_rtd_theme"
master_doc = "index"
autodoc_mock_imports = ["importlib_metadata", "jwt"]
autodoc_mock_imports = [
"importlib_metadata",
"jwt",
"requests_toolbelt",
"requests",
"urllib3",
]

autodoc_member_order = "bysource"

Expand Down

0 comments on commit ef3c191

Please sign in to comment.