Skip to content

Commit

Permalink
Remocked displayio for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
makermelissa committed Jun 8, 2020
1 parent e13c0c4 commit 6606bfb
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 @@ -22,11 +22,11 @@
# 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 = ["digitalio", "busio"]
autodoc_mock_imports = ["displayio"]

intersphinx_mapping = {
"python": ("https://docs.python.org/3.4", None),
"CircuitPython": ("https://circuitpython.readthedocs.io/en/latest/", None),
"displayio": ("https://adafruit-blinka-displayio.readthedocs.io/en/latest/", None),
}

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit 6606bfb

Please sign in to comment.