Files
onepilot/docs
ugtthis 4ea781b062 Docs: Added venv step (#33097)
old-commit-hash: 6f1ea5a1fd5606e3407f32ab3eacd86a02d9a6ab
2024-07-26 19:29:08 -07:00
..
2024-07-26 19:29:08 -07:00
2024-07-07 19:13:48 -07:00
2024-02-27 11:55:19 -08:00
2021-10-28 15:14:37 +02:00
2024-07-26 16:25:07 -07:00
2024-07-07 19:13:48 -07:00
2023-07-24 21:13:40 -07:00

openpilot docs

This is the source for docs.comma.ai. The site is updated on pushes to master by this workflow.

development

# install the docs dependencies
pip install .[docs]

cd docs/

# for a development server
mkdocs serve

# build the site
mkdocs build

References: