Skip to content

Commit cc10026

Browse files
committed
add epaperdisplay to mock docs list, remove duplicate copyright
1 parent 3f37a78 commit cc10026

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

adafruit_jd79661.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries
21
# SPDX-FileCopyrightText: Copyright (c) 2025 Scott Shawcroft for Adafruit Industries
32
#
43
# SPDX-License-Identifier: MIT

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# Uncomment the below if you use native CircuitPython modules such as
2626
# digitalio, micropython and busio. List the modules you use. Without it, the
2727
# autodoc module docs will fail to generate with a warning.
28-
# autodoc_mock_imports = ["digitalio", "busio"]
28+
autodoc_mock_imports = ["epaperdisplay"]
2929

3030
autodoc_preserve_defaults = True
3131

0 commit comments

Comments
 (0)