django-docs icon indicating copy to clipboard operation
django-docs copied to clipboard

py-modindex.html" does not exist

Open goutomroy opened this issue 9 years ago • 1 comments

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.

goutomroy avatar Dec 22 '16 23:12 goutomroy

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...

littlepea avatar Dec 23 '16 09:12 littlepea