This reprository contains the notes, documentation and ansible repository for the investigation that the ARC team leads.
More documentation about the team can be found at: https://fedora-arc.readthedocs.io/en/latest/index.html
Create python virtual environment
python3 -m venv .venv
Activate virtual environment
. .venv/bin/activate
Install requirements
pip install -r docs/requirements.txt
Execute the Makefile
``` cd docs
make html ```
You will find the compiled HTML in docs/_build/html