diff options
| author | Andrei Gherzan <andrei@gherzan.com> | 2021-11-14 00:56:24 +0000 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.com> | 2021-11-14 01:03:59 +0000 |
| commit | e1411c752078850d81cdbbdf25069f14fb377536 (patch) | |
| tree | ba8716c89e3275c52f05d28c8fd1b866985b0e6a | |
| parent | dc2c0b8197209f5d77a1d535ba594d2c99c861b3 (diff) | |
| download | meta-raspberrypi-e1411c752078850d81cdbbdf25069f14fb377536.tar.gz | |
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>
| -rw-r--r-- | .readthedocs.yaml | 6 | ||||
| -rw-r--r-- | docs/requirements.txt | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..454f385 --- /dev/null +++ b/.readthedocs.yaml | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | version: 2 | ||
| 2 | |||
| 3 | python: | ||
| 4 | version: "3.7" | ||
| 5 | install: | ||
| 6 | - requirements: docs/requirements.txt | ||
diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 0000000..9e4694f --- /dev/null +++ b/docs/requirements.txt | |||
| @@ -0,0 +1 @@ | |||
| myst_parser | |||
