-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
46 lines (27 loc) · 1.15 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
===============================================================
django-sphinxdoc – Embed your Sphinx docs into your Django site
===============================================================
This Django application allows you to integrate any `Sphinx
<http://sphinx.pocoo.org/>`_ documentation directly into your Django powered
website instead of just serving the static files.
Django-sphinxdoc can handle multiple Sphinx projects and offers a `Haystack
<http://haystacksearch.org/>`_ powered search.
Requirements
------------
This app requires Django >= 1.8, Sphinx >= 1.0 and Haystack >= 2.1.
Installation
------------
Just use `PIP <http://pypi.python.org/pypi/pip>`_:
.. sourcecode:: bash
$ pip install django-sphinxdoc
If you want the latest development version, install it from Bitbucket
with:
.. sourcecode:: bash
$ pip install https://[email protected]/sscherfke/django-sphinxdoc
or
.. sourcecode:: bash
$ hg clone ssh://[email protected]/sscherfke/django-sphinxdoc
$ pip install -e django-sphinxdoc
Usage
-----
The documentation can be found in the *docs/* directory or at `<http://django-sphinxdoc.readthedocs.io/en/latest/>`_.