You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 7, 2019. It is now read-only.
javasphinx doesn't let me build my docs in parallel (passing the -j flag to sphinx-build). Is it possible to add support for parallel building? Could be as simple as setting parallel_read_safe to true?
The text was updated successfully, but these errors were encountered:
Hey @djungelorm, I suspect there are probably some shared data structures in javasphinx that would need to be protected for parallel builds to be safe. If you were willing to do some testing of this yourself we'd be happy to accept a pull request. It may be a while before I'm able to get the time to look into it myself.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
javasphinx doesn't let me build my docs in parallel (passing the -j flag to sphinx-build). Is it possible to add support for parallel building? Could be as simple as setting parallel_read_safe to true?
The text was updated successfully, but these errors were encountered: