<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hey, i’ve found a GUI client for Git (Atlassian Source Tree - <a href="http://www.sourcetreeapp.com" class="">http://www.sourcetreeapp.com</a>) and have made a local clone of the Blender Manual. &nbsp;There’s a few things I’m still having trouble with, both with the Git client i’m using, and using build commands to generate the HTML for the local copy of the manual<div class=""><br class=""></div><div class="">Source Tree-related questions (if anyone’s using it):</div><div class="">1) Do I need to specifically link my username on the Blender Phabricator site with the one I’m using inside the app, and if so how do I do this?</div><div class=""><br class=""></div><div class="">Build Commands</div><div class="">1) I tried using&nbsp;<tt class="remarkup-monospaced" style="color: rgb(51, 51, 51); background-color: rgb(235, 235, 235); padding: 0px 4px; white-space: pre-wrap; font-size: 13px; line-height: 18.850000381469727px;">pip install -r requirements.txt</tt><span style="background-color: rgb(255, 255, 255);" class=""><font face="Helvetica Neue, Helvetica, Arial, sans-serif" size="2" class=""><span style="line-height: 18.850000381469727px;" class="">&nbsp; as it was a listed requirement for building the manual, but this isn’t working either using Terminal in general, or in context to the local git clone.</span></font></span></div><div class=""><span style="background-color: rgb(255, 255, 255);" class=""><font face="Helvetica Neue, Helvetica, Arial, sans-serif" size="2" class=""><span style="line-height: 18.850000381469727px;" class="">2) Using&nbsp;</span></font></span><span style="color: rgb(51, 51, 51); font-family: monospace; font-size: 13px; line-height: 18.850000381469727px; white-space: pre-wrap; background-color: rgb(235, 235, 235);" class="">make render </span><span style="color: rgb(51, 51, 51); line-height: 18.850000381469727px; white-space: pre-wrap; background-color: rgb(255, 255, 255);" class=""><font face="Helvetica Neue, Helvetica, Arial, sans-serif" size="2" class="">creates the following result:</font></span></div><div class=""><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class="">Takanus-iMac:blender-manual Takanu$ make render</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class=""># './' (input), './html/' (output)</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class="">QUICKY_CHAPTERS=render \</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class=""><span class="Apple-tab-span" style="white-space:pre">        </span>sphinx-build -b html ./manual ./html</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class="">/bin/sh: sphinx-build: command not found</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class="">make: *** [all] Error 127</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class="">Takanus-iMac:blender-manual Takanu$&nbsp;</div></div><div class=""><br class=""></div><div class="">Is this related to the fact that i have been unable to use the previous terminal command?</div></body></html>