Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2020-10-07 17:14:42 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2020-10-07 17:25:46 +0300
commite748abda92cf71852db29150f4f2524e3a17b156 (patch)
tree824b365d35d11643a582f6dcf12bc9ed90e81e88 /GNUmakefile
parente3a0e57542ff153575e1d0de1dc18388406ca6a8 (diff)
PyDoc: Remove workaround for slow sphinx builds
Tesing with newer versions of sphinx to directory `sphinx-build` is executed has no affect on the build time. Testing even gave a 2-3% speed boost.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index ffde7885301..e4b5f3b99dc 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -517,7 +517,7 @@ doc_py: .FORCE
ASAN_OPTIONS=halt_on_error=0 \
$(BLENDER_BIN) --background -noaudio --factory-startup \
--python doc/python_api/sphinx_doc_gen.py
- cd doc/python_api ; sphinx-build -b html sphinx-in sphinx-out
+ sphinx-build -b html doc/python_api/sphinx-in doc/python_api/sphinx-out
@echo "docs written into: '$(BLENDER_DIR)/doc/python_api/sphinx-out/index.html'"
doc_doxy: .FORCE