Skip to content

Commit

Permalink
added boto extensions to list of mocked imports for docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksMat committed Mar 23, 2022
1 parent 575ffe0 commit 20f9eef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@
# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = True

# Mock modules
autodoc_mock_imports = []
# Mock imports that won't and don't have to be installed in ReadTheDocs environment
autodoc_mock_imports = ["boto3", "botocore"]

# -- Options for HTML output ----------------------------------------------

Expand Down

0 comments on commit 20f9eef

Please sign in to comment.