Publishing to XML #1096
Unanswered
psychemedia
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's possible to generate a Sphinx XML representation of a book using a custom builder:
jb build . --builder custom --custom-builder xml
Code in notebooks or Jupytext prefixed markdown can be executed and text outputs make it into the generated XML, but if image assets are generated, for example, code generated matplotlib charts, this are not handled:
The equivalent generated HTML is:
How/where is the image asset handled in the HTML generation process? Where would I need to look to make changes to provide a similar handler in the XML builder (perhaps extending the current custom XML build process to create my own XML builder?
Beta Was this translation helpful? Give feedback.
All reactions