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 3f37a78 commit cc10026Copy full SHA for cc10026
adafruit_jd79661.py
@@ -1,4 +1,3 @@
1
-# SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries
2
# SPDX-FileCopyrightText: Copyright (c) 2025 Scott Shawcroft for Adafruit Industries
3
#
4
# SPDX-License-Identifier: MIT
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 = ["digitalio", "busio"]
+autodoc_mock_imports = ["epaperdisplay"]
29
30
autodoc_preserve_defaults = True
31
0 commit comments