Skip to content

Commit 5b18aac

Browse files
committed
Downgrade commonmark to 0.5.5
In 6.x changelog > DocParser has been renamed to Parser. https://github.com/rtfd/CommonMark-py/releases/tag/0.6.0 and that it's not compatible with the latest version of recommonmark (0.4.0)
1 parent d8785c5 commit 5b18aac

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

requirements/pip.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,11 @@ djangorestframework-jsonp==1.0.2
6868

6969
# Docs
7070
sphinxcontrib-httpdomain==1.5.0
71-
commonmark==0.7.4
71+
72+
# commonmark 0.5.5 is the latest version compatible with our docs, the
73+
# newer ones make `tox -e docs` to fail
74+
commonmark==0.5.5
75+
7276
recommonmark==0.4.0
7377

7478
# Version comparison stuff

0 commit comments

Comments
 (0)