Skip to content

Files

Latest commit

9ba0277 · Nov 25, 2024

History

History
15 lines (8 loc) · 451 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 451 Bytes

Monologue - Documentation

This repository contains the documentation of Monologue.

It's made with MkDocs and Read the Docs.

Run the documentation locally

To run the documentation locally, you need Python 3.12+.

  1. First run pip install -r requirements.txt.

  2. Execute the command mkdocs serve or python -m mkdocs serve.

  3. The documentation is running on the port 8000.