I had an issue with html5lib not parsing link titles with the `develop` branch. Turns out the version 1.0.1 from the requirements.txt wasn't working, but replacing it with the newer 1.1 via: ``` pip uninstall html5lib pip install html5lib ``` did the trick.