Project documentation for Papyrus — a cross-platform e-book reading and management application.
python -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"Live preview:
mkdocs serveBuild static site:
mkdocs buildThe development server runs at http://127.0.0.1:8000 by default.
Deploy to GitHub pages:
mkdocs gh-deploy --force