Hi James, that's a good question, thank you. We can build docs, for now. I was bringing up the fundamental/latent issue that we can't upgrade dependencies for building the docs. Sean Sullivan covered it well the other day when we were in Minneapolis <https://docs.google.com/presentation/d/1oYAZuGnDbT2OFVZQJ3ws8l_WFTU7dPH0GLob2FEU_TM/edit>. Eventually we'll need to untangle exactly why we can't upgrade them. The larger the project, the harder this is.
The command line you mentioned should work fine, and the relevant part of the readme <https://github.com/apache/fineract?#instructions-how-to-build-documentation> is up to date. For what it's worth: I usually run "gradle asciidoctor" because I generally only check HTML output and this is a faster way to get it. Looks like they've released 4.0.5 <https://github.com/asciidoctor/asciidoctor-gradle-plugin/releases/tag/release_4_0_5> since I started banging my head against that wall. I doubt that'll help our issues, but I'll give it a shot sometime and see if it works. It might give us a better error message or something.
