Skip to content

Commit

Permalink
Add typing modules to mock imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Feb 4, 2022
1 parent bbbbf15 commit 5355337
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 @@ -23,7 +23,7 @@
# Uncomment the below if you use native CircuitPython modules such as
# digitalio, micropython and busio. List the modules you use. Without it, the
# autodoc module docs will fail to generate with a warning.
autodoc_mock_imports = ["busio", "digitalio"]
autodoc_mock_imports = ["busio", "digitalio", "circuitpython_typing", "_typing"]

intersphinx_mapping = {
"python": ("https://docs.python.org/3.4", None),
Expand Down

0 comments on commit 5355337

Please sign in to comment.