From e1411c752078850d81cdbbdf25069f14fb377536 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Sun, 14 Nov 2021 00:56:24 +0000 Subject: 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 --- .readthedocs.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .readthedocs.yaml (limited to '.readthedocs.yaml') diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..454f385 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,6 @@ +version: 2 + +python: + version: "3.7" + install: + - requirements: docs/requirements.txt -- cgit v1.2.3-54-g00ecf