Does anyone run the sphinx from ant?

I use sphinx for some software documentation because it works very well ... but my project is a java project and I would like to run sphinx from an ant script.

Has anyone written a custom ant task to call sphinx?

+3
source share
1 answer

There is no sphinx in a particular question.

However (you probably already know this): you can run almost any program, especially any command line application, using the ant task exec.

+3
source

Source: https://habr.com/ru/post/1724648/


All Articles