py-modindex.html" does not exist
When I click on Module Index it hits http://127.0.0.1/docs/py-modindex.html and gives me error py-modindex.html does not exist
Page not found (404) Request Method: GET Request URL: http://127.0.0.1:8000/docs/py-modindex.html Raised by: docs.views.serve_docs "/media/goutom/working/workspace/python/fanvault/bin/fanvault/_build/html/py-modindex.html" does not exist
py-modindex.html was not created in my html folder. I am following this tutorial https://madradavid.com/documenting-your-django-application-sphinx/
Thanks in advance.
Hi @goutomroy ! I'm not sure this is related to django-docs... This django app just serves an HTML folder you've generated by sphinx, it doesn't actually generate any shinx-related files...