Browse Source

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>
Andrei Gherzan 3 years ago
parent
commit
e1411c7520
2 changed files with 7 additions and 0 deletions
  1. 6 0
      .readthedocs.yaml
  2. 1 0
      docs/requirements.txt

+ 6 - 0
.readthedocs.yaml

@@ -0,0 +1,6 @@
+version: 2
+
+python:
+  version: "3.7"
+  install:
+    - requirements: docs/requirements.txt

+ 1 - 0
docs/requirements.txt

@@ -0,0 +1 @@
+myst_parser