Files
sunnypilot/docs
Adeeb Shihadeh 5bc7684d2b docs: readthedocs theme (#33116)
* docs: read the docs theme

* nav depth
old-commit-hash: 691b948ad0
2024-07-28 16:07:39 -07:00
..
2024-07-28 16:07:39 -07:00
2024-02-27 11:55:19 -08:00
2024-07-28 15:38:38 -07:00
2021-10-28 15:14:37 +02:00
2024-07-28 15:38:38 -07:00
2023-07-24 21:13:40 -07:00

# openpilot docs

This is the source for [docs.comma.ai](https://docs.comma.ai).
The site is updated on pushes to master by this [workflow](../.github/workflows/docs.yaml).

## development
```
# install the docs dependencies
pip install .[docs]

cd docs/

# for a development server
mkdocs serve

# build the site
mkdocs build
```

References:
* https://www.mkdocs.org/getting-started/
* https://github.com/ntno/mkdocs-terminal