upvote
Nice. Did you use AI? (I'm being half-sarcastic, and half wanting to confirm that this is an accurate reproduction of the text in the original)
reply
Yes for the plumbing, no for the text.

Codex helped write the converter, but the EPUB text is parsed from the Vatican HTML. The script doesn’t rewrite or summarize anything; it just repackages the source into EPUB with TOC, footnotes, metadata, and cover.

reply
Appreciate your work, I prefer the EPUB format. Maybe including this confirmation in the repo's README could be of help for those who stumble upon it.
reply
Thank you for this. Is your python script in any way English language bound, or could it still be applied to other languages (e.g. the French version, with all of its diacritics), of course with the appropriate (sub/full)titles, path, etc. necessary minor modifications considered?
reply
Not intrinsically English-bound; the first version had English metadata/anchor assumptions. I just made it language-configured and added --lang fr. It preserves Unicode/diacritics and builds the French Vatican page too.

v1.1 has both EN/FR EPUBs.

reply