On 23-01-11 17:56:20, Darrick J. Wong wrote: > Does epub support add more dependencies that I have to install? > > Not opposed, just curious. The to_epub function in a2x: https://github.com/asciidoc-py/asciidoc-py/blob/10.2.0/asciidoc/a2x.py#L811-L861 utilizes docbook / xslt tooling. Which tooling is already among asciidoc dependencies, so nothing in addition is needed. Another concern that came to my mind is whether epub production will be supported in all environments which are likely be used to build the docs. I think we can be reassured fairly safely in this regard, as support for epub was added in 2009, by the following commit: https://github.com/asciidoc-py/asciidoc-py/commit/27749467 Regards, Csaba