I have created some documentation, and then from some parts of another project I'm working on (in Python) I want to be able to refer to this documentation. The way I want to do this is by using sphinx to build my documentation to HTML/Latex and also build it to a bunch of JSON files which I can easily read into my other project and use to refer to the documentation. Is there an easy way to do this, or do I need to create a Sphinx extension? If I need to create a Sphinx extension, what would the best structure for that be? I can't figure out what the structure of such an extension would be: should it be a Builder, which then calls a NodeVisitor?
-- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sphinx-users/1dc33d6e-a4e4-48bc-9371-3e4323e89235%40googlegroups.com.
