This project contains documentation for the EHRI portal administration features, plus technical docs relating to tool development and maintenance.
Dependencies:
pip install sphinx sphinx-rtd-themeTo build:
cd docs
make htmlBuilt docs are available from docs/_build/html/index.html.
If on Linux you can continuously rebuild these docs while making changes by doing something
like this from within the docs directory:
while inotifywait -r --exclude _build *; do
make html
doneOn push to master a webhook is set up at readthedocs.org to make the site available at http://documentation.ehri-project.eu.