sphinx-autoapi
sphinx-autoapi copied to clipboard
ERROR: Could not import extension autoapi.sphinx (exception: No module named 'autoapi') when attempting to build docs
Hello all, Im running into an issue sphinx cannot seem to locate the autoAPI extension. For reference I used pip install sphinx-autoapi and I included it in the extensions list in conf.py. Im currently running python 3.10 and sphinx 5.0.0.
Any help is much appreciated!