**System Information**
Windows 10 GTX 970
**Blender Version**
Broken: master 2 april 2017
Worked: I guess around 15 days ago or a bit more (just a guess)
**Short description of error**
Compilation of some documentation modules fails with sphinx_doc_gen.py (@panzergame had issues too on linux so I guess this is the same errors in sphinx_doc_gen.sh.
**Exact steps for others to reproduce the error**
My script to compile API:
cd BFBlenderBuild/bin/Release
blender.exe --background --factory-startup --python ../../../upbgeSources/doc/python_api/sphinx_doc_gen.py -- --output ../python_api
cd ../python_api
sphinx-build -v sphinx-in sphinx-out
pause
** .diff to make the compilation work excluding some modules**
http://pasteall.org/333703/diff
Hello everyone :)