summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.com>2021-11-14 00:56:24 +0000
committerAndrei Gherzan <andrei@gherzan.com>2021-11-14 01:03:59 +0000
commite1411c752078850d81cdbbdf25069f14fb377536 (patch)
treeba8716c89e3275c52f05d28c8fd1b866985b0e6a
parentdc2c0b8197209f5d77a1d535ba594d2c99c861b3 (diff)
downloadmeta-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.yaml6
-rw-r--r--docs/requirements.txt1
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 @@
1version: 2
2
3python:
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