I posted that question here but got no replies so far: asciidoc - How to Build ElasticSearch Docs offline - Stack Overflow
I need to use the docs (for ES and X-Pack) offline. But
build_docs --all
fails with Command '['ssh-add', '-L']' returned non-zero exit status 1
. The readme says
Note If you do not have authority to access all of the necessary repositories, an error occurs during the cloning phase.
but it doesn't say anything about how to solve this problem (eg ignore repository paths that you have no access to). Any idea how to get it to work?