Fix code block, force Sphinx update on RTD.
This commit is contained in:
parent
8d378fa2ed
commit
f2e57d9c71
2 changed files with 6 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ class AnimationGroup:
|
|||
|
||||
Example:
|
||||
|
||||
.. code-block::
|
||||
.. code-block:: python
|
||||
|
||||
import board
|
||||
import neopixel
|
||||
|
|
|
|||
5
docs/requirements.txt
Normal file
5
docs/requirements.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
|
||||
#
|
||||
# SPDX-License-Identifier: Unlicense
|
||||
|
||||
sphinx>4
|
||||
Loading…
Reference in a new issue