Skip to content

Commit 1c0c830

Browse files
committed
VIC-14386 Add proto warning to HTML #176
1 parent 410ba9e commit 1c0c830

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

anki_vector/annotate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class ImageText: # pylint: disable=too-few-public-methods
115115
"""
116116

117117
def __init__(self, text: str, position: int = AnnotationPosition.BOTTOM_RIGHT, align: str = "left", color: str = "white",
118-
font: ImageFont = None, line_spacing: int = 3, outline_color: str = None, full_outline: bool = True):
118+
font: PIL.ImageFont = None, line_spacing: int = 3, outline_color: str = None, full_outline: bool = True):
119119
self.text = text
120120
self.position = position
121121
self.align = align

docs/source/proto.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Protobuf Documentation
44
======================
55

6+
**PLEASE NOTE: The Vector Python SDK is supported by Anki. Using protocol buffer messages directly is not supported. The proto messages are subject to change without warning. Use with caution.**
7+
68
.. raw:: html
79
:file: proto.html
810

0 commit comments

Comments
 (0)