[Answered ]-Sphinx fails when generating documentation for Django project

2👍

Since you have added MyDjangoProject to the python path, you should import myfirstapp as myfirstapp instead of MyDjangoProject.myfirstapp.

Leave a comment