Merge pull request #8992 from tannewt/debug_rtd

Add specific conf.py for RTD
This commit is contained in:
Dan Halbert 2024-02-29 14:07:44 -05:00 committed by GitHub
commit 0d2e62f55f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View file

@ -22,3 +22,7 @@ formats:
python:
install:
- requirements: requirements-doc.txt
sphinx:
configuration: conf.py
fail_on_warning: true

View file

@ -87,7 +87,7 @@
//| backlight_on_high: bool = True,
//| SH1107_addressing: bool = False
//| ) -> None:
//| r"""Create a Display object on the given display bus (`FourWire`, `ParallelBus` or `I2CDisplayBus`).
//| r"""Create a Display object on the given display bus (`FourWire`, `paralleldisplaybus.ParallelBus` or `I2CDisplayBus`).
//|
//| The ``init_sequence`` is bitpacked to minimize the ram impact. Every command begins with a
//| command byte followed by a byte to determine the parameter count and delay. When the top bit