Skip to content

Commit ba06384

Browse files
committed
make sphinx happy about pypixelbuf not existing yet
1 parent 99d89ae commit ba06384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'sphinx.ext.viewcode',
1616
]
1717

18-
# autodoc_mock_imports = ["digitalio", "busio"]
18+
autodoc_mock_imports = ["pypixelbuf"]
1919

2020
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),
2121
'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)}

0 commit comments

Comments
 (0)