jorisvandenbossche commented on code in PR #41455: URL: https://github.com/apache/arrow/pull/41455#discussion_r1599747458
########## docs/source/conf.py: ########## @@ -584,6 +587,9 @@ # # texinfo_no_detailmenu = False +# -- Options for mermaid output ------------------------------------------- + +mermaid_output_format = 'svg' Review Comment: Is there a reason we are setting this here, instead of letting it generate the svg image live through the js mermaid script? (the default setting) That would avoid requiring mermaid-cli for building the docs -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
