8000 Add specific conf.py for RTD · ladyada/circuitpython@a13e65d · GitHub
[go: up one dir, main page]

Skip to content

Commit a13e65d

Browse files
committed
Add specific conf.py for RTD
1 parent f4166ce commit a13e65d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.readthedocs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@ formats:
2222
python:
2323
install:
2424
- requirements: requirements-doc.txt
25+
26+
sphinx:
27+
configuration: conf.py
28+
fail_on_warning: true

shared-bindings/busdisplay/BusDisplay.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
//| backlight_on_high: bool = True,
8888
//| SH1107_addressing: bool = False
8989
//| ) -> None:
90-
//| r"""Create a Display object on the given display bus (`FourWire`, `ParallelBus` or `I2CDisplayBus`).
90+
//| r"""Create a Display object on the given display bus (`FourWire`, `paralleldisplaybus.ParallelBus` or `I2CDisplayBus`).
9191
//|
9292
//| The ``init_sequence`` is bitpacked to minimize the ram impact. Every command begins with a
9393
//| command byte followed by a byte to determine the parameter count and delay. When the top bit

0 commit comments

Comments
 (0)
0