django-allauth-cas/docs
2018-03-13 16:59:45 +01:00
..
advanced Beta release (with docs) 2017-12-29 18:23:50 +01:00
.gitignore Beta release (with docs) 2017-12-29 18:23:50 +01:00
basic_setup.txt Replace an incorrect name in the docs 2018-03-13 16:59:45 +01:00
changelog.txt Beta release (with docs) 2017-12-29 18:23:50 +01:00
conf.py Beta release (with docs) 2017-12-29 18:23:50 +01:00
index.txt Beta release (with docs) 2017-12-29 18:23:50 +01:00
make.bat Beta release (with docs) 2017-12-29 18:23:50 +01:00
Makefile Beta release (with docs) 2017-12-29 18:23:50 +01:00
README Beta release (with docs) 2017-12-29 18:23:50 +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