Skip to content

PapyrusReader/docs

Repository files navigation

Papyrus documentation

Setup

python -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"

Usage

Live preview:

mkdocs serve

Build static site:

mkdocs build

The development server runs at http://127.0.0.1:8000 by default.

Deployment

Deploy to GitHub pages:

mkdocs gh-deploy --force