Blender Git Commit Log
Git Commits -> Revision 421ec97
Revision 421ec97 by Campbell Barton (master) June 12, 2016, 01:31 (GMT) |
Docs: Support out-of-source reference-API builds This was originally supported, however relative links to examples & templates made it fail. Now files in the source tree are copied to the build-dir, with ".." replaced with "__" to avoid having to mirror Blender's source-layout in the Sphinx build-dir. Also skip uploading the built docs when an SSH user-name isn't passed to sphinx_doc_gen.sh instead of aborting (so people w/o SSH access to our servers can use the shell-script). |
Commit Details:
Full Hash: 421ec972768b46ba453bb3760b451f05e72a1da6
Parent Commit: 2b15a58
Lines Changed: +114, -56
8 Modified Paths:
/doc/python_api/rst/bge.constraints.rst (+2, -2) (Diff)
/doc/python_api/rst/bge.texture.rst (+6, -6) (Diff)
/doc/python_api/rst/include__bmesh.rst (+1, -1) (Diff)
/doc/python_api/rst/info_quickstart.rst (+2, -2) (Diff)
/doc/python_api/rst_from_bmesh_opdefines.py (+1, -1) (Diff)
/doc/python_api/sphinx_doc_gen.py (+63, -17) (Diff)
/doc/python_api/sphinx_doc_gen.sh (+38, -26) (Diff)
/release/scripts/modules/bpy/utils/previews.py (+1, -1) (Diff)
/doc/python_api/rst/bge.texture.rst (+6, -6) (Diff)
/doc/python_api/rst/include__bmesh.rst (+1, -1) (Diff)
/doc/python_api/rst/info_quickstart.rst (+2, -2) (Diff)
/doc/python_api/rst_from_bmesh_opdefines.py (+1, -1) (Diff)
/doc/python_api/sphinx_doc_gen.py (+63, -17) (Diff)
/doc/python_api/sphinx_doc_gen.sh (+38, -26) (Diff)
/release/scripts/modules/bpy/utils/previews.py (+1, -1) (Diff)