Skip to content

Commit

Permalink
More minor fixes to PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
offtherailz committed Nov 19, 2024
1 parent 3ae2898 commit cbf8039
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/print_template/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ img {
display: block;
margin: 0 auto;
}
/* fix icons in admonitions */
.md-typeset .admonition-title:before{
position: absolute;
left: 10px;
top: 10px;
}
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,9 @@ plugins:
# See https://kroki.io/.
- kroki: # https://pypi.org/project/mkdocs-kroki-plugin/
FencePrefix: ''
# HttpMethod set to POST pre-loads the images.
# USing GET the charts will be generated on the fly, so the rendering will be slower, but
# when not visualizing the charts, no request will be made to the kroki server.
HttpMethod: 'POST'
FileTypeOverrides:
mermaid: png
Expand Down

0 comments on commit cbf8039

Please sign in to comment.