Blender Git Loki
Git Commits -> Revision d245782
Revision d245782 by Aaron Carlisle (master) August 6, 2021, 17:55 (GMT) |
Windows: Add support to compile python api docs from make file This adds support to compile the html python api docs from the command line by running `make doc_py` matching support between windows and unix. This patch also makes it so the compiler is not needed if you set the `blender_bin` variable, this affects icon generation as well. In the future, I want to move away from generating the build output in the build directory but that can come in a later change. Reviewed By: LazyDodo Differential Revision: https://developer.blender.org/D12144 |
Commit Details:
Full Hash: d245782b80a63f9ff56ea49660cc9c287eb1bbd6
Parent Commit: 3fab16f
Lines Changed: +81, -1
2 Added Paths:
/build_files/windows/doc_py.cmd (+34, -0) (View)
/build_files/windows/find_sphinx.cmd (+23, -0) (View)
/build_files/windows/find_sphinx.cmd (+23, -0) (View)