Skip to content

Commit 1f17980

Browse files
committed
Sphinx.
1 parent 30226d4 commit 1f17980

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adafruit_led_animation/animation/rainbowchase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class RainbowChase(Chase):
4040
:param size: Number of pixels to turn on in a row.
4141
:param spacing: Number of pixels to turn off in a row.
4242
: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)
4444
"""
4545

4646
# pylint: disable=too-many-arguments

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 = []
28+
autodoc_mock_imports = ["rainbowio"]
2929

3030

3131
intersphinx_mapping = {

0 commit comments

Comments
 (0)