make html_dev failing

Hello!

I am trying to build the documentation locally as described in the contribution guide with the command make html_dev-noplot in the mne-python/doc folder, however I encounter the error that BUILD_DEV_HTML cannot be found:
image

I believe I have all the correct dependencies installed. Does anyone know what I am missing?`

Cheers, Thomas

Hello, you need to run this command in a UNIX shell, e.g., bash or something similar. It appears to me you’re using a Windows command prompt, which will not work.

Best wishes,
Richard

2 Likes