Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 499 Bytes

File metadata and controls

35 lines (23 loc) · 499 Bytes

Papyrus Documentation

Project documentation for Papyrus — a cross-platform e-book reading and management application.

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