<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, May 16, 2016 at 4:54 PM, Doug Smythies <span dir="ltr"><<a href="mailto:dsmythies@telus.net" target="_blank">dsmythies@telus.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">On 2016.01.03 7:58 Peter Matulis wrote:<br>
> On 01/03/2014 10:43 AM, Peter Matulis wrote:<br>
>> On 01/03/2014 01:08 AM, Mauricio Tavares wrote:<br>
<br></blockquote><div>[...] </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">> Don't forget to install Sphinx.<br>
> $ sudo apt-get install sphinx-doc<br>
<br>
Into my main 16.04 test server, the one on which I compile Ubuntu docs, I<br>
installed "sphinx-doc", but an HTML compile attempt still error exits with:<br>
<br>
doug@s15:~/sguide-peter/p$ make html<br>
sphinx-build -b html -d _build/doctrees   . _build/html<br>
make: sphinx-build: Command not found<br>
Makefile:45: recipe for target 'html' failed<br>
make: *** [html] Error 127<br>
<br></blockquote><div><br></div><div><br></div><div>I could confirm the issue, but the following gets it working for me</div><div><br></div><div>$ sudo apt-get install python3-sphinx<br></div><div><br></div></div></div></div>