diff options
| author | Rémi Verschelde <remi@verschelde.fr> | 2022-06-11 11:42:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-11 11:42:18 +0200 |
| commit | 126e4d0a5b182a2eea4e49e21344e376acdbba8c (patch) | |
| tree | 75732a50538df01977a7f5969821d7237a942ccc /misc/hooks | |
| parent | d62cb0e571ef715afc2fa5d9533b2e8d8a19cc8b (diff) | |
| parent | d45351f413e8a66d569556f6755a7ced5e26160e (diff) | |
Merge pull request #61920 from Calinou/makerst-print-color
Diffstat (limited to 'misc/hooks')
| -rwxr-xr-x | misc/hooks/pre-commit-make-rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/hooks/pre-commit-make-rst b/misc/hooks/pre-commit-make-rst index 38b397c494..7d115f1d13 100755 --- a/misc/hooks/pre-commit-make-rst +++ b/misc/hooks/pre-commit-make-rst @@ -9,4 +9,4 @@ if [[ "$py_ver" != "3" ]]; then PYTHON+=3 fi -$PYTHON doc/tools/make_rst.py doc/classes modules --dry-run +$PYTHON doc/tools/make_rst.py doc/classes modules --dry-run --color |