We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b916b70 + 97dadca commit 5042a3aCopy full SHA for 5042a3a
adafruit_bitmap_font/bdf.py
@@ -40,11 +40,7 @@
40
"""
41
42
import gc
43
-
44
-try:
45
- from displayio import Glyph
46
-except ImportError:
47
- from fontio import Glyph
+from fontio import Glyph
48
from .glyph_cache import GlyphCache
49
50
__version__ = "0.0.0-auto.0"
docs/conf.py
@@ -21,7 +21,7 @@
21
# Uncomment the below if you use native CircuitPython modules such as
22
# digitalio, micropython and busio. List the modules you use. Without it, the
23
# autodoc module docs will fail to generate with a warning.
24
-autodoc_mock_imports = ["displayio"]
+autodoc_mock_imports = ["fontio"]
25
26
27
intersphinx_mapping = {
0 commit comments