django-allauth-cas/docs/README
2017-12-29 18:23:50 +01:00

14 lines
241 B
Text

#############
Documentation
#############
The documentation is compiled from reStructuredText using `Sphinx`_.
To compile your own html version in ``_build/html/``::
# First time only.
pip install sphinx
# Build html.
make html