Skip to content

Commit 5813125

Browse files
committed
docs: fix failing CI build
Fixes: Warning, treated as error: /home/runner/work/pybricksdev/pybricksdev/pybricksdev/firmware.py:docstring of pybricksdev.firmware.create_firmware_blob::py:obj reference target not found: typing.BinaryIO
1 parent 3253859 commit 5813125

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
("py:class", "bleak.BleakClient"),
7070
("py:obj", "typing.Union"),
7171
("py:class", "os.PathLike"),
72+
("py:obj", "typing.BinaryIO"),
7273
]
7374

7475
add_module_names = False

0 commit comments

Comments
 (0)