Sphinx Error Unknow directive type "automodule" or "autoclass"
- by user1130381
I need document my python project using Sphinx. But I can't use autodoc.
When I config my project I select the option "extension autodoc", but now if I use .. autoclass:: Class, I have a ERROR:
ERROR: Unknown directive type "autoclass"
I configure the PYTHONPATH, and now it's good. But I already have this problem.
My index file is:
.. ATOM…