Austin

Results 2 comments of Austin

I believe so, this line here; https://github.com/apple/HomeKitADK/blob/6d75ba46ee2c285cd42c1387e084bcdbd7509673/Tools/generate_api_doc.sh#L90 sphinx-build can’t be found by default and needs ~/Library/Python/3.X/bin to be added to path after installation through pip

Pip now informs you when things needed to be added to path, which kind of resolves this issue. Optionally, I could build a script to add that dependency and automatically...