Simple documentation site using MkDocs with PDF export support.
- run
python setup.pyto creeta a venv and install deps
Just run:
-
Start dev server (runs
mkdocs serve):python run.py
-
Build static site (runs
mkdocs build, creates/site directory):python run.py build
-
Generate PDF (creates
documentation.pdfin/site/pdf/):python run.py pdf
The script will automatically set up the virtual environment on first run.
Built site will be in the site directory.
PDFs will be in site/pdf/documentation.pdf.