Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 314 Bytes

File metadata and controls

14 lines (9 loc) · 314 Bytes

Navigo Documentation

This repository contains the standalone Sphinx/MyST documentation site for the Navigo project.

Local build

pip install -r requirements.txt
sphinx-build -b html . _build/html

Read the Docs

Read the Docs is configured through .readthedocs.yaml at the repository root.