This repository is the home of the Impact Stack documentation that can be found on http://impact-stack.readthedocs.org.
The documentation is written using Sphinx in the reStructuredText format and hosted on readthedocs.org.
- Create a development environment:
make development - Activate the environment
. .venv/bin/activate
- Edit the source files in
docs/source. - Build the HTML version using
make html(in thedocsfolder). - View the result in your browser in
docs/build