Error Running Training Repo: Seek Advice on Pull Request

Hey @stevepiercy,

This whitespace-related issue is affecting both the volto repo and the training repo:

cd ./docs/ && /home/veenu/Desktop/Gsoc org/Documentation/training/bin/sphinx-build -b html -d ../_build/doctrees   . ../_build/html
/bin/sh: 1: /home/veenu/Desktop/Gsoc: not found
make: *** [Makefile:44: html] Error 127

I'm facing the same problem with volto repo as well, and I found the root cause of the issue.. More details are available in this forum post:

I'm planning to make changes in this part of the Makefile:

SPHINXBUILD     = "$(realpath bin/sphinx-build)"
SPHINXAUTOBUILD = "$(realpath bin/sphinx-autobuild)"

This modification should help resolve the whitespace-related issue. I'd appreciate your thoughts on this approach!


let me know if you need any more changes!