Skip to content

Commit cab77e2

Browse files
authored
Merge pull request adafruit#85 from kattni/docs-fix
Fix code block, force Sphinx update on RTD.
2 parents 8d378fa + f2e57d9 commit cab77e2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

adafruit_led_animation/group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class AnimationGroup:
4444
4545
Example:
4646
47-
.. code-block::
47+
.. code-block:: python
4848
4949
import board
5050
import neopixel

docs/requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: Unlicense
4+
5+
sphinx>4

0 commit comments

Comments
 (0)