For building documentation locally run:
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
./venv/bin/mkdocs serve
- Proceed to: http://127.0.0.1
For building documentation locally run:
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
./venv/bin/mkdocs serve