Opened 3 hours ago
Last modified 3 hours ago
#36162 assigned Bug
Docs make black doesn't work on MacOS
Reported by: | Mike Edmunds | Owned by: | Mike Edmunds |
---|---|---|---|
Component: | Packaging | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The docs make black
target doesn't work on MacOS (and presumably other BSD) due to differences in the find command. This complicates checking docs locally (or in general investigating issues with blacken-docs).
% (cd docs; make black) find -name "*.txt" -not -path "./_build/*" -not -path "./_theme/*" \ | xargs blacken-docs --rst-literal-block; echo $? > "_build/black/output.txt" find: illegal option -- n usage: find [-H | -L | -P] [-EXdsx] [-f path] path ... [expression] find [-H | -L | -P] [-EXdsx] -f path [path ...] [expression] % uname -a Darwin --- 24.2.0 Darwin Kernel Version 24.2.0: Fri Dec 6 18:40:14 PST 2024; root:xnu-11215.61.5~2/RELEASE_ARM64_T8103 arm64
Change History (3)
comment:1 by , 3 hours ago
Has patch: | set |
---|
comment:2 by , 3 hours ago
Triage Stage: | Unreviewed → Accepted |
---|---|
Version: | 5.1 → dev |
comment:3 by , 3 hours ago
Triage Stage: | Accepted → Ready for checkin |
---|
Note:
See TracTickets
for help on using tickets.
Thank you Edmund, patch looks great!