mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00
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>
This commit is contained in:
parent
dc2c0b8197
commit
e1411c7520
6
.readthedocs.yaml
Normal file
6
.readthedocs.yaml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
version: 2
|
||||||
|
|
||||||
|
python:
|
||||||
|
version: "3.7"
|
||||||
|
install:
|
||||||
|
- requirements: docs/requirements.txt
|
1
docs/requirements.txt
Normal file
1
docs/requirements.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
myst_parser
|
Loading…
Reference in New Issue
Block a user