File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
adafruit_led_animation/animation Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ class RainbowChase(Chase):
40
40
:param size: Number of pixels to turn on in a row.
41
41
:param spacing: Number of pixels to turn off in a row.
42
42
:param reverse: Reverse direction of movement.
43
- :param step: How many colors to skip in `colorwheel` per bar (default 8)
43
+ :param step: How many colors to skip in `` colorwheel` ` per bar (default 8)
44
44
"""
45
45
46
46
# pylint: disable=too-many-arguments
Original file line number Diff line number Diff line change 25
25
# Uncomment the below if you use native CircuitPython modules such as
26
26
# digitalio, micropython and busio. List the modules you use. Without it, the
27
27
# autodoc module docs will fail to generate with a warning.
28
- autodoc_mock_imports = []
28
+ autodoc_mock_imports = ["rainbowio" ]
29
29
30
30
31
31
intersphinx_mapping = {
You can’t perform that action at this time.
0 commit comments