Closed lofidevops closed 1 year ago
Hmmm, it appears the module docs are somewhat present when generating docs from the pymel
repo. Outlines exist but seem to be missing some content (see attached screenshot).
We can provide full Sphinx output, if that will help.
We'd like to generate a local copy of the PyMEL docs/API. Are there any instructions for doing this?
We've cloned both pymel (1.0.7) and pymel-docs (latest), but neither has all of the content of http://help.autodesk.com/cloudhelp/2016/JPN/Maya-Tech-Docs/PyMel/index.html
sphinx-build -b html pymel/docs/source
generates all the chapters ("Installation" to "MEL to Python Cheat Sheet") but no modules.sphinx-build -b html pymel-docs/docs
generates only some chapters (starting at "Attributes") and is missing styling (presumably the same issue as #1 )We are generating these on a Debian machine, in a virtualenv with Sphinx 1.3.5. Please let us know if any more details would be helpful.