Changeset View
Changeset View
Standalone View
Standalone View
doc/python_api/sphinx_doc_gen.sh
| Context not available. | |||||
| # Generate reStructuredText (blender/python only) | # Generate reStructuredText (blender/python only) | ||||
| if $DO_EXE_BLENDER ; then | if $DO_EXE_BLENDER ; then | ||||
| # dont delete existing docs, now partial updates are used for quick builds. | # don't delete existing docs, now partial updates are used for quick builds. | ||||
| $BLENDER_BIN \ | $BLENDER_BIN \ | ||||
| --background \ | --background \ | ||||
| -noaudio \ | -noaudio \ | ||||
| Context not available. | |||||
| # and zip up there, for now this is OK | # and zip up there, for now this is OK | ||||
| rm -rf sphinx-out/.doctrees | rm -rf sphinx-out/.doctrees | ||||
| # incase we have a zip already | # in case we have a zip already | ||||
| rm -f blender_python_reference_$BLENDER_VERSION.zip | rm -f blender_python_reference_$BLENDER_VERSION.zip | ||||
| # ------------------------------------------------------------------------ | # ------------------------------------------------------------------------ | ||||
| Context not available. | |||||