Forum Discussion

ericzimmerman's avatar
ericzimmerman
Occasional Contributor
2 years ago

Documenting TestComplete python code with sphinx?

We were attempting to generate sphinx documentation for our test code and able to use 'sys.path.insert' to locate certain files.

We haven't been able to fake out the 'Aliases' object, resulting in an exception being thrown (sphinx.errors.ExtensionError) with exception 'Aliases'.

Has this been attempted before? ...or similar documentation frameworks?

Any known work-arounds would be appreciated.