requirements: Add comment explaining why CommonMark can't be upgraded.

Fixes #3398.
This commit is contained in:
hackerkid 2017-01-23 22:31:30 +05:30 committed by Tim Abbott
parent 4e78ca32de
commit 1d1dcab2b3
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ recommonmark==0.4.0
# Dependencies of Sphinx # Dependencies of Sphinx
alabaster==0.7.9 alabaster==0.7.9
babel==2.3.4 babel==2.3.4
# Upgrading to the latest version of CommonMark breaks the
# compatibility with recommonmark. See
# https://github.com/rtfd/recommonmark/issues/24
CommonMark==0.5.4 CommonMark==0.5.4
docutils==0.13.1 docutils==0.13.1
imagesize==0.7.1 imagesize==0.7.1