django-sphinxdoc is a Django application that allows you to integrate any Sphinx documentation directly into your Django powered website instead of just serving the static files.
It’s based on Django’s documentation app and makes it more widely usable.
django-sphinxdoc can handle multiple Sphinx projects (called “apps” from now on). It takes the static body of the documentation from the JSON files Sphinx creates and embeds them in the content block of your site.
Installation:
If you read this, you have probably managed to extract the archive containing these files. Next, open a Terminal and cd to the directory containing this file (e.g. cd ~/Downloads/django-sphinxdoc). Then execute:
python setup.py install
If you checked out the repository and always want to use the newest version, type:
pip install -e path/to/django-sphinxdoc
Usage:
The Documentation can be found in the docs/ directory or online.
Product's homepage
Requirements:
· Python
· Django