Merge pull request #8992 from tannewt/debug_rtd
Add specific conf.py for RTD
This commit is contained in:
commit
0d2e62f55f
2 changed files with 5 additions and 1 deletions
|
|
@ -22,3 +22,7 @@ formats:
|
|||
python:
|
||||
install:
|
||||
- requirements: requirements-doc.txt
|
||||
|
||||
sphinx:
|
||||
configuration: conf.py
|
||||
fail_on_warning: true
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue