Skip to content
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

[FLINK-13793][docs] build each language in a separate subprocess #9489

Merged
merged 3 commits into from
Feb 13, 2020

Commits on Feb 7, 2020

  1. Configuration menu
    Copy the full SHA
    52d408d View commit details
    Browse the repository at this point in the history
  2. [FLINK-13793][docs] build each language in a separate subprocess

    When not serving docs and just building them, e.g. via `./build_docs.sh`, we
    spawn sub-processes for each language build instead of running them
    single-threaded (jekyll currently does not support parallel builds).
    NicoK committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    381848e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78371b9 View commit details
    Browse the repository at this point in the history