Skip to content

Commit f889c48

Browse files
committed
feat(pyproject.toml): html2pdf4doc: bring in the SDoc RST admonitions fix
WHAT: Brings in: strictdoc-project/html2pdf4doc_python#84. The most important change is a fix for StrictDoc admonition styles that were not fully covered by the page-to-page mask. WHY: Solves a StrictDoc issue with RST admonitions. This is the last but one known issue before we could fully enable the strict2 mode in StrictDoc's tests.
1 parent 609cb6a commit f889c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ dependencies = [
9595
"WebSockets",
9696

9797
# HTML2PDF dependencies
98-
"html2pdf4doc == 0.0.30",
98+
"html2pdf4doc == 0.0.31",
9999

100100
# Robot Framework dependencies
101101
"robotframework >= 4.0.0",

0 commit comments

Comments
 (0)