Publish a document to a target.
Usage
publish( document, target="web", )
document: str
Document content.
target: str = "web"
Publication target (web, pdf, epub).
bool
True if published successfully.