OK. I have a Django project that I want to document, so I installed Sphinx. Installation went fine, and I can output all the HTML to a folder _build. But...
Question: how do I really view my documentation in a browser?
Is it supposed that the documentation will not be considered in the Django project, but on its own website? If you are viewing a Djano project, do I need to set up a template urlfor processing documentation?
I'm a little confused how to actually view this information in my browser in a Django project.
source
share