jsk-ros-pkg / jsk_docs

2 stars 3 forks source link

Fix requirements.txt for doc building #12

Closed wkentaro closed 8 years ago

wkentaro commented 8 years ago

Issue

% 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
wkentaro commented 8 years ago

Please merge this.