-
-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adds --exec_script flag to run pre-build command
Now sphinx-autobuild has the ability to run a script before building. If the script errors out, sphinx-autobuild will print out a warning, but otherwise continue. My use case for this feature: In my previous workflow of manually rebuilding, I had a script that would automatically add in an `automodule` directive in the test documentation. If someone changes what a test script references, I want the `automodule` directives to also update.
- Loading branch information
Haris Godil
committed
Sep 17, 2018
1 parent
e0f40b6
commit 3b01fdd
Showing
2 changed files
with
35 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters