-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for building documentation via docker #151
Conversation
Doesn't compile for me:
|
27a95c8
to
9a8bab0
Compare
@Sergiu121 can you please check with the latest commits? |
@tavip works fine now. |
Currently the ditaa command is invoked directly and assumes that binfmt_misc support is enabled on the host to execute ditaa via jexec or jarwrapper. However that is not true in all cases (e.g. docker guests does not yet properly support binfmt_misc). This commit adds support for command invocation customization with two environment variables: SPHINX_DITAA_CMD to specify the executable and SPHINX_DITAA_ARG to specify a list of parameters. Signed-off-by: Octavian Purdila <tavi@cs.pub.ro>
pip depedencies belong to the host setup environment. We will provide a Dockerfile to deal with host dependencies. Signed-off-by: Octavian Purdila <tavi@cs.pub.ro>
…cker Signed-off-by: Octavian Purdila <tavi@cs.pub.ro>
No description provided.