Missing generateDocs module
justint opened this issue · 1 comments
justint commented
Hey Chad, thanks for sharing your approach to building stubs for USD. I echo your thoughts that it'd be super to eventually get these stubs regularly autogenerated with a CI pipeline and release them as a package.
I've gotten the chance to run it on a fresh build of USD's latest release
branch on Ubuntu but I'm getting an ImportError: No module named generateDocs
error.
Here's the build command I used for USD:
python USD/build_scripts/build_usd.py --docs ./USD
And the usdstubgen command:
git clone https://github.com/chadrik/usdstubgen.git
cd usdstubgen
python usdstubgen.py ../USD/docs/doxy_xml ../USD/ ../USD/lib/python --builddir gen
bmfukushima commented
Any idea if there is a workaround for this?