Friday, 23 October 2015
All,
I’ve updated my local copy of the git repository once I saw Freddie merge in changes for the 1.1.0 release. When I go to update my copy of the documentation via sphinx, I run into an issue. From the doc sub-directory of the PyFR root directory, I execute:
make latexpdf
which returns the following error:
sphinx-build -b latex -d build/doctrees src build/latex
make: sphinx-build: No such file or directory
make: *** [latexpdf] Error 1
The sphinx-build command is found in my shell’s search path, and both build/doctrees and build/latex sub-directories exist. I’m not sure whether the make command needs to be updated so that the directory string passed to sphinx-build should be ./build/doctrees and ./build/latex, respectively, or not. This is the first release in which I’ve encountered this issue.
Best Regards,
Zach