Integrate Sphinx documentation in Django
I've created the documentation for a webpage using Sphinx. The index.html generated via Sphinx is saved in a html folder. I'm not sure how to integrate the index.html and display on webpage content from Django.
Currently, a link has been provided and it redirects to the documentation page.
I would like to know how to display the page directly.
For example,