betty.servers.documentation module¶ Documentation servers. final class betty.servers.documentation.DocumentationServer¶ Bases: Server Serve the documentation site. __init__(cache_directory: StrPath, *, user: User)¶ property public_url: str¶ The server’s public URL. async start() → None¶ Start the server. async stop() → None¶ Stop the server.