Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jposada202020 committed Jul 16, 2023
1 parent 267f8a3 commit 045bdef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
1 change: 0 additions & 1 deletion circuitpython_uplot/uplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
except ImportError:
pass
import displayio
from displayio import Group
import terminalio
from bitmaptools import draw_line
from vectorio import Circle
Expand Down
11 changes: 10 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,16 @@
"ulab": ("https://micropython-ulab.readthedocs.io/en/latest/", None),
}

autodoc_mock_imports = ["digitalio", "busio", "bitmaptools", "vectorio", "ulab"]
autodoc_mock_imports = [
"digitalio",
"busio",
"bitmaptools",
"vectorio",
"ulab",
"displayio",
"terminalio",
]

# Show the docstring from both the class and its __init__() method.
autoclass_content = "both"
# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit 045bdef

Please sign in to comment.