﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
36162	Docs make black doesn't work on MacOS	Mike Edmunds	Mike Edmunds	"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).

{{{#!shell
% (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
}}}
"	Bug	closed	Packaging	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
