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

Rework build output handling #105

Merged
merged 4 commits into from
Feb 6, 2021

Conversation

pradyunsg
Copy link
Collaborator

  • Print the exact commands being executed.
  • Let the subprocess directly handle I/O streams.
    (no more box around output)
  • Add colors, with colorama, to make it easier to identify points of
    interest -- like the file that triggered rebuild or command executed.
  • Present helpful error message when the subprocesses fail.
  • Skip the main sphinx build, if pre-build commands fail.

- Print the exact commands being executed.
- Let the subprocess directly handle I/O streams.
 (no more box around output)
- Add colors, with colorama, to make it easier to identify points of
  interest -- like the file that triggered rebuild or command executed.
- Present helpful error message when the subprocesses fail.
- Skip the main sphinx build, if pre-build commands fail.
Base automatically changed from master to main February 6, 2021 10:19
@pradyunsg pradyunsg merged commit 624d251 into sphinx-doc:main Feb 6, 2021
@pradyunsg pradyunsg deleted the rework-how-it-looks branch February 6, 2021 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant