Skip to content

Commit

Permalink
Mock the pytest import so the docs can build
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Jan 15, 2025
1 parent 80e7b2e commit 99897e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
exclude_patterns = ["_build"]
pygments_style = "sphinx"
autodoc_default_options = {"members": True, "show-inheritance": True}
autodoc_mock_imports = ["_typeshed"]
autodoc_mock_imports = ["_typeshed", "pytest"]
todo_include_todos = False

html_theme = "sphinx_rtd_theme"
Expand Down

0 comments on commit 99897e1

Please sign in to comment.