We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5d787a commit 8a1e393Copy full SHA for 8a1e393
.github/workflows/docs.yml
@@ -108,6 +108,7 @@ jobs:
108
109
# 11. Build doc
110
export MAX_IDLE_COUNT=180 # Max 180 secs before killing an unresponsive collector
111
+ export BATCHED_PIPE_TIMEOUT=180
112
cd ./docs
113
# timeout 7m bash -ic "MUJOCO_GL=egl sphinx-build ./source _local_build" || code=$?; if [[ $code -ne 124 && $code -ne 0 ]]; then exit $code; fi
114
# bash -ic "PYOPENGL_PLATFORM=egl MUJOCO_GL=egl sphinx-build ./source _local_build" || code=$?; if [[ $code -ne 124 && $code -ne 0 ]]; then exit $code; fi
0 commit comments