This commit is contained in:
Kattni Rembor 2021-09-23 17:50:42 -04:00
parent 30226d4983
commit 1f17980222
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ class RainbowChase(Chase):
:param size: Number of pixels to turn on in a row.
:param spacing: Number of pixels to turn off in a row.
:param reverse: Reverse direction of movement.
:param step: How many colors to skip in `colorwheel` per bar (default 8)
:param step: How many colors to skip in ``colorwheel`` per bar (default 8)
"""
# pylint: disable=too-many-arguments

View file

@ -25,7 +25,7 @@ extensions = [
# Uncomment the below if you use native CircuitPython modules such as
# digitalio, micropython and busio. List the modules you use. Without it, the
# autodoc module docs will fail to generate with a warning.
autodoc_mock_imports = []
autodoc_mock_imports = ["rainbowio"]
intersphinx_mapping = {