meta-raspberrypi/.readthedocs.yaml
Andrei Gherzan e1411c7520
docs: Add module dependency/requirement for RtD
myst_parser is not in the default Read The Docs container by default.
Pull it in as we use it for parsing the markdown files.

Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
2021-11-14 01:03:59 +00:00

7 lines
90 B
YAML

version: 2
python:
version: "3.7"
install:
- requirements: docs/requirements.txt