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.
1 parent d58e850 commit af6e810Copy full SHA for af6e810
docs/conf.py
@@ -25,7 +25,7 @@
25
# Uncomment the below if you use native CircuitPython modules such as
26
# digitalio, micropython and busio. List the modules you use. Without it, the
27
# autodoc module docs will fail to generate with a warning.
28
-autodoc_mock_imports = ["displayio"]
+autodoc_mock_imports = ["displayio", "adafruit_bitmap_font"]
29
30
31
intersphinx_mapping = {
docs/requirements.txt
@@ -2,5 +2,4 @@
2
#
3
# SPDX-License-Identifier: Unlicense
4
5
-adafruit_bitmap_font
6
sphinx>=4.0.0
0 commit comments