yeatmanlab / AFQ-Browser

Browser-based visualization tools for AFQ results
BSD 3-Clause "New" or "Revised" License
33 stars 15 forks source link

Failing to build the docs #269

Closed arokem closed 6 years ago

arokem commented 6 years ago

When running a make html, I currently get the following exception:

Exception occurred:
  File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/subprocess.py", line 1344, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'jsdoc': 'jsdoc'

This is after installing numpydoc and sphinx_js (following the error described in #268)

richford commented 6 years ago

Resolved in 403d51a of #268.