Skip to content

Commit ed0fd1a

Browse files
committed
add conflict resolutuion
1 parent 6594a47 commit ed0fd1a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.readthedocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ build:
77

88
python:
99
install:
10+
- requirements: docs/requirements.txt
1011
- method: pip
1112
path: .
1213
extra_requirements:

docs/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)