We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6594a47 commit ed0fd1aCopy full SHA for ed0fd1a
.readthedocs.yml
@@ -7,6 +7,7 @@ build:
7
8
python:
9
install:
10
+ - requirements: docs/requirements.txt
11
- method: pip
12
path: .
13
extra_requirements:
docs/requirements.txt
@@ -0,0 +1,2 @@
1
+# temporary requirement until myst-parser is updated to accept markdown-it-py v4
2
+git+https://github.com/executablebooks/MyST-Parser.git@update-markdown-parser
0 commit comments