Skip to content

PapyrusReader/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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