django-allauth-cas/docs/README

15 lines
241 B
Text
Raw Normal View History

2017-12-29 18:19:01 +01:00
#############
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