% make html
sphinx-build -b html -d _build/doctrees . _build/html
Running Sphinx v1.3.3
Exception occurred:
File "/home/wkentaro/Documents/jsk_docs/doc/venv/local/lib/python2.7/site-packages/recommonmark/parser.py", line 9, in <module>
from CommonMark import DocParser, HTMLRenderer
ImportError: cannot import name DocParser
The full traceback has been saved in /tmp/sphinx-err-Qzj_yN.log, if you want to report the issue to the developers.
Please also report this if it was a user error, so that a better error message can be provided next time.
A bug report can be filed in the tracker at <https://github.com/sphinx-doc/sphinx/issues>. Thanks!
make: *** [html] Error 1
Issue