mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-09 10:19:39 +02:00
Fix mermaid-cli cmd
This commit is contained in:
parent
556496dc87
commit
6f2b5ed1ca
14 changed files with 177 additions and 2676 deletions
|
@ -48,7 +48,6 @@ html_theme = 'sphinx_rtd_theme'
|
|||
#epub_show_urls = 'footnote'
|
||||
latex_show_urls = 'footnote'
|
||||
|
||||
mermaid_cmd = "./node_modules/.bin/mmdc"
|
||||
# 'raw' does not work for epub and pdf, neither does 'svg'
|
||||
mermaid_output_format = 'png'
|
||||
mermaid_params = ['--theme', 'default', '--width', '800', '--backgroundColor', 'transparent']
|
||||
mermaid_params = ['--theme', 'default', '--width', '1600', '--backgroundColor', 'transparent']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue