Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Spawn a separate process for sphinx-build
This avoids issues with cached modules without messing around with `sys.modules` or requiring further configuration from the user. The performance penalty should be neglible. Resolves #21 and #22.
- Loading branch information