Skip to content

Commit 211e73c

Browse files
authored
chore: specify verify_format=False when running pypandoc (#2504)
1 parent 7d20fbb commit 211e73c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gapic/utils/rst.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def rst(
6161
text,
6262
"rst",
6363
format=source_format,
64+
verify_format=False,
6465
extra_args=["--columns=%d" % (width - indent)],
6566
)
6667
.strip()

0 commit comments

Comments
 (0)