<div dir="ltr"><div class="gmail_default" style="font-family:tahoma,sans-serif">​So I just finished installing and building the manual on Windows 7.  These are just my notes:</div><div class="gmail_default" style="font-family:tahoma,sans-serif">
<br></div><div class="gmail_default" style="font-family:tahoma,sans-serif">1. The build system didn&#39;t install with Python 3.3.  I changed my path to execute with Python 2.7, and it installed everything and built the docs just fine.  (This appears to be an issue with wsgiref - it is the only component that had issues installing under 3.3)</div>
<div class="gmail_default" style="font-family:tahoma,sans-serif"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif">2. In the ​project page (<a href="https://developer.blender.org/project/view/53/">https://developer.blender.org/project/view/53/</a>) it says build a section with make, but this only works on OSX and Linux.  On Windows, you&#39;ll need to execute the following line:</div>
<div class="gmail_default" style="font-family:tahoma,sans-serif"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif">sphinx-build -b &lt;builder name&gt; &lt;sourcedir&gt; &lt;destdir&gt;</div><div class="gmail_default" style="font-family:tahoma,sans-serif">
<br></div><div class="gmail_default" style="font-family:tahoma,sans-serif">for example, to build .html docs to .\blender-manual\html, I ran the following:</div><div class="gmail_default" style="font-family:tahoma,sans-serif">
<br></div><div class="gmail_default" style><font face="tahoma, sans-serif">C:\BlenderDev\blender-manual&gt;sphinx-build -b html ./manual ./html</font><br></div></div>