You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug 1489407 - Docs: Pin to older version of CommonMark to fix build
CommonMark has made a breaking package change in a minor version
release (0.8.0), so we need to pin to the last working release. See:
readthedocs/commonmark.py#134
Fixes:
```
...
File ".../recommonmark/recommonmark/parser.py", line 9, in <module>
from CommonMark import Parser
ImportError: No module named CommonMark
```
The Travis docs setup step has also been modified to always upgrade
dependencies, which will mean we will catch cases like this on Travis
next time.
0 commit comments