Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 472 Bytes

README.rst

File metadata and controls

22 lines (15 loc) · 472 Bytes

Wild Mountain Farms Docs

This project contains documentation and resources for tech used on the ranch

Building

To build this yourself, run these commands:

cd docs/
python3 -m venv .venv
source .venv/bin/activate
pip install -r source/requirements.txt
make html
xdg-open "file://$(pwd)/build/html/index.html"
make latexpdf  # requires latexmk command
make epub